There was an error while loading. Please reload this page.
1 parent 9e764c1 commit 51b439fCopy full SHA for 51b439f
1 file changed
.github/workflows/ci.yml
@@ -27,12 +27,14 @@ jobs:
27
- name: Build
28
run: npm run build
29
30
- - name: Run tests (with JUnit report)
+ - name: Run tests
31
run: npm run test:ci
32
33
- name: Publish test results
34
if: always()
35
- uses: actions/upload-test-results@v1
+ uses: dorny/test-reporter@v1
36
with:
37
- files: junit.xml
38
- format: junit
+ name: Test Results
+ path: junit.xml
39
+ reporter: jest-junit
40
+ fail-on-error: false
0 commit comments