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 429246f commit c460a26Copy full SHA for c460a26
.github/workflows/ci.yml
@@ -38,10 +38,3 @@ jobs:
38
JEST_JUNIT_OUTPUT_FILE: "reports/junit/js-test-results.xml"
39
- name: Lint
40
run: yarn run lint
41
- - name: Test Report
42
- uses: dorny/test-reporter@v1
43
- if: always()
44
- with:
45
- name: Jest Tests ${{ matrix.variations.os }}-${{ matrix.variations.node }}
46
- path: "reports/junit/js-test-results.xml"
47
- reporter: jest-junit
0 commit comments