Skip to content

Commit 51b439f

Browse files
committed
.
1 parent 9e764c1 commit 51b439f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ jobs:
2727
- name: Build
2828
run: npm run build
2929

30-
- name: Run tests (with JUnit report)
30+
- name: Run tests
3131
run: npm run test:ci
3232

3333
- name: Publish test results
3434
if: always()
35-
uses: actions/upload-test-results@v1
35+
uses: dorny/test-reporter@v1
3636
with:
37-
files: junit.xml
38-
format: junit
37+
name: Test Results
38+
path: junit.xml
39+
reporter: jest-junit
40+
fail-on-error: false

0 commit comments

Comments
 (0)