Skip to content

Commit

Permalink
Update tests-python.yml #29
Browse files Browse the repository at this point in the history
  • Loading branch information
kelyacf authored Apr 18, 2024
1 parent 0793c78 commit 8416591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
if: success() || failure() # run this step even if previous step failed
with:
name: JEST Tests # Name of the check run which will be created
path: reports/jest-*.xml # Path to test results
path: test_reports/TEST*.xml # Path to test results
reporter: jest-junit # Format of test results

0 comments on commit 8416591

Please sign in to comment.