Skip to content

Commit

Permalink
feat(ci): Archive failed test output
Browse files Browse the repository at this point in the history
Signed-off-by: muzimuzhi <muzimuzhi@gmail.com>
  • Loading branch information
muzimuzhi committed Dec 19, 2021
1 parent cefe1dc commit 5fa45b6
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 5fa45b6

Please sign in to comment.