Skip to content

Commit

Permalink
chore: added test summary to action
Browse files Browse the repository at this point in the history
  • Loading branch information
lsvalina committed Jul 11, 2024
1 parent 2f32433 commit d5b3db4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
run: npm install
- name: Run unit tests
run: npm test
- name: Archive test results
- name: Summary
if: always()
uses: actions/upload-artifact@v2
uses: test-summary/action@v2
with:
name: test-results
path: reports/test-results.xml
paths: |
reports/test-results.xml
bump-version:
needs: tests
Expand Down

0 comments on commit d5b3db4

Please sign in to comment.