Skip to content

Commit

Permalink
Github: correct report path
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jan 2, 2024
1 parent ef76686 commit 5b7d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ConfiguratorTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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: report.xml # Path to test results
path: src/report.xml # Path to test results
reporter: jest-junit # Format of test results
working-directory: ratos-configurator

0 comments on commit 5b7d164

Please sign in to comment.