diff --git a/.github/workflows/ConfiguratorTests.yml b/.github/workflows/ConfiguratorTests.yml index e37237ce..e1ef8890 100644 --- a/.github/workflows/ConfiguratorTests.yml +++ b/.github/workflows/ConfiguratorTests.yml @@ -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