From 9fbbceebd64bd9608b21535602fd75478fdc720a Mon Sep 17 00:00:00 2001 From: Oleksandr Meteiko Date: Wed, 20 Dec 2023 16:43:19 +0100 Subject: [PATCH 1/2] Splits the E2E and Integration test suites for the "Sprint Commits Test Suites" report --- .github/workflows/report-sprint-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-sprint-commits.yml b/.github/workflows/report-sprint-commits.yml index 9fb2f71..a154855 100644 --- a/.github/workflows/report-sprint-commits.yml +++ b/.github/workflows/report-sprint-commits.yml @@ -24,4 +24,4 @@ jobs: pip install -r $pip_requirements - name: Genarate 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 From 39b6573c5929a3b42a3a5d83b21977f2f7c41dff Mon Sep 17 00:00:00 2001 From: Oleksandr Meteiko Date: Wed, 27 Dec 2023 16:01:29 +0100 Subject: [PATCH 2/2] Fixes a typo --- .github/workflows/report-sprint-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-sprint-commits.yml b/.github/workflows/report-sprint-commits.yml index a154855..9e4639c 100644 --- a/.github/workflows/report-sprint-commits.yml +++ b/.github/workflows/report-sprint-commits.yml @@ -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-url https://github.com/kyma-project/template-operator.git --days 14