diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f48b3bc..0d44c568 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,7 +64,7 @@ jobs: uses: dorny/test-reporter@v1 if: success() || failure() # run this step even if previous step failed with: - name: Mocha junit Tests # Name of the check run which will be created - path: test-results.xml # Path to test results - reporter: jest-junit # Format of test results + name: Mocha junit Tests # Name of the check run which will be created + path: test-results.xml # Path to test results + reporter: jest-junit # Format of test results