Skip to content

Commit

Permalink
Switch back to tap-summary after the quick fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Sauer committed Feb 11, 2024
1 parent 40c54b0 commit 5de1028
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ jobs:
cat ./bt_edit.log ./test-suite.log
scripts/gdbtests.sh ./test-suite.log
- name: Test Summary
uses: test-summary/action@98d5ecd2de9823412dd12a2d1e02fb954284f4c3
if: always()
with:
paths: /tmp/*.tap
output: test_summary.md

# https://github.com/pcolby/tap-summary/issues
#- uses: pcolby/tap-summary@v1
# File not found: '/home/runner/work/_actions/test-summary/action/<...>/index.js'
#- name: Test Summary
# uses: test-summary/action@98d5ecd2de9823412dd12a2d1e02fb954284f4c3
# if: always()
# with:
# path: /tmp/*.tap
# summary-file: test_summary.md
# paths: /tmp/*.tap
# output: test_summary.md

- uses: pcolby/[email protected]
if: always()
with:
path: /tmp/*.tap
summary-file: test_summary.md

- uses: actions/upload-artifact@v4
if: always() && steps.check.outcome == 'failure' && steps.rerun_tests.outcome == 'success'
Expand Down

0 comments on commit 5de1028

Please sign in to comment.