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 (#177)

* Splits the E2E and Integration test suites for the "Sprint Commits Test Suites" report

* Fixes a typo
  • Loading branch information
ameteiko authored Dec 28, 2023
1 parent fdb6ecc commit 84d7d7c
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/runtime-watcher.git --days 14 --e2e-path tests/
$reporter --repo-url https://github.com/kyma-project/runtime-watcher.git --days 14

0 comments on commit 84d7d7c

Please sign in to comment.