Skip to content

Commit

Permalink
chore(report): Adjusts the "Sprint Commits Test Suites" report to rep…
Browse files Browse the repository at this point in the history
…ort E2E and Integration tests separately (#137)

**Description**

Splits the E2E and Integration test suites for the "Sprint Commits Test
Suites" report
  • Loading branch information
ameteiko authored Dec 27, 2023
1 parent 2deaa41 commit e00ada5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report-sprint-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
chmod a+x $reporter
python -m pip install --upgrade pip
pip install -r $pip_requirements
- name: Genarate a report
- name: Generate a report
run: |
$reporter --repo https://github.com/kyma-project/template-operator.git --days 14 --e2e-path tests/
$reporter --repo-url https://github.com/kyma-project/template-operator.git --days 14

0 comments on commit e00ada5

Please sign in to comment.