Skip to content

Commit e20f1b2

Browse files
publishing test summary
1 parent 761a8ac commit e20f1b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
with:
5555
name: jest-test-results
5656
path: test-results/jest-junit.xml
57+
58+
- name: Publish test summary
59+
if: always()
60+
uses: test-summary/action@v2
61+
with:
62+
paths: test-results/jest-junit.xml
5763

5864
- name: Code Coverage Report
5965
uses: irongut/[email protected]

0 commit comments

Comments
 (0)