Skip to content

Commit 3678640

Browse files
committed
Publish unit-test results with build!
1 parent 5530f88 commit 3678640

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm install
2929
- run: npm run ci
30+
31+
- name: Publish Unit Test Results
32+
uses: EnricoMi/publish-unit-test-result-action@v2
33+
if: always()
34+
with:
35+
files: junit.xml
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)