diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c8b0af..e9701ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,6 @@ jobs: uses: dorny/test-reporter@v1 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 + name: Jest Tests # Name of the check run which will be created + path: reports/junit*.xml # Path to test results reporter: jest-junit # Format of test results