We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1a6b5 commit 1fe3636Copy full SHA for 1fe3636
.github/workflows/test-runner.yml
@@ -19,10 +19,3 @@ jobs:
19
run: npm install
20
- name: Run tests using Jest
21
run: npm test # run tests (configured to use jest-junit reporter)
22
- - name: Test Report
23
- uses: dorny/test-reporter@v1
24
- if: success() || failure() # run this step even if previous step failed
25
- with:
26
- name: Jest Tests # Name of the check run which will be created
27
- path: reports/jest-*.xml # Path to test results
28
- reporter: jest-junit # Format of test results
0 commit comments