Skip to content

Commit

Permalink
chore: switch test report action
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Oct 19, 2023
1 parent 292ac80 commit dc9f4c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
set -Eeuo pipefail
docker run --rm --mount type=bind,src="$(pwd)/test",dst=/ws -w /ws ${{ github.repository }}:test bats --formatter junit testsuite.bats | tee test-report.xml
- uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1
- uses: EnricoMi/publish-unit-test-result-action@ca89ad036b5fcd524c1017287fb01b5139908408 # v2.11.0
if: always()
with:
paths: test-report.xml
show: all
files: test-report.xml

0 comments on commit dc9f4c5

Please sign in to comment.