Skip to content

Commit c460a26

Browse files
authored
chore: Remove test reporter. (#32)
1 parent 429246f commit c460a26

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,3 @@ jobs:
3838
JEST_JUNIT_OUTPUT_FILE: "reports/junit/js-test-results.xml"
3939
- name: Lint
4040
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

Comments
 (0)