Skip to content

Commit 1fe3636

Browse files
Update test-runner.yml
1 parent be1a6b5 commit 1fe3636

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test-runner.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,3 @@ jobs:
1919
run: npm install
2020
- name: Run tests using Jest
2121
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

Comments
 (0)