Skip to content

Commit

Permalink
runner changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitCLI committed Dec 7, 2023
1 parent 57226d0 commit 8222c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Run all e2e tests
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true'
run: python3 e2e/src/main/scripts/run_e2e_test.py --module ${{ matrix.module }}
run: python3 e2e/src/main/scripts/run_e2e_test.py --module ${{ matrix.module }} --testRunner TestRunner.java

- name: Upload report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8222c1a

Please sign in to comment.