Skip to content

Commit

Permalink
Fix test suite param name
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 15, 2024
1 parent 42d01a0 commit 4688b92
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/${{ github.event.inputs.test_suite }}.xml' -f 'e2e-tests' test -Pprod
./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/${{ inputs.test_suite }}.xml' -f 'e2e-tests' test -Pprod
- name: Dump Docker logs on failure
if: failure()
Expand Down

0 comments on commit 4688b92

Please sign in to comment.