Skip to content

Commit

Permalink
Publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
georgms committed Dec 11, 2023
1 parent 63b5877 commit 4841cc8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: npm test
- run: npm test
- name: Publish Unit Test Results
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: '*/build/test-results/**/*.xml'

0 comments on commit 4841cc8

Please sign in to comment.