Skip to content

Commit

Permalink
Update .github/actions/test/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jose  <pepone@users.noreply.github.com>
  • Loading branch information
externl and pepone authored Apr 19, 2024
1 parent 4885a71 commit b44d2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:

- name: Test
working-directory: ${{ inputs.working_directory }}
run: python allTests.py --debug --all --continue --export-xml=test-report.xml --workers=4 ${{ inputs.flags }}
run: python allTests.py --debug --all --continue --workers=4 --export-xml=test-report.xml ${{ inputs.flags }}
shell: powershell
if: runner.os == 'Windows'

Expand Down

0 comments on commit b44d2aa

Please sign in to comment.