Skip to content

Commit

Permalink
Fix test suite param name (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 15, 2024
1 parent decd3b2 commit a4ba10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Run test suite
run: |
./mvnw -B -ntp versions:set -DnewVersion=${{ inputs.sha }}
./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/${{ inputs.test_suite }}.xml' -f 'e2e-tests' test -Pprod
./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/${{ inputs.suite_name }}.xml' -f 'e2e-tests' test -Pprod
- name: Dump Docker logs on failure
if: failure()
Expand Down

0 comments on commit a4ba10a

Please sign in to comment.