Skip to content

Commit

Permalink
Merge pull request pgf-tikz#1114 from muzimuzhi/archive-failed
Browse files Browse the repository at this point in the history
feat(ci): Archive failed test output
  • Loading branch information
hmenke authored Dec 19, 2021
2 parents 5125df8 + 5fa45b6 commit 2bff7c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
- name: Run test suite
run: |
l3build check -q --show-log-on-error
- name: Archive failed test output
if: failure()
uses: actions/upload-artifact@v2
with:
name: test-diff-files
path: build/test/*.diff

0 comments on commit 2bff7c6

Please sign in to comment.