Skip to content

Commit 657ef0f

Browse files
committed
ci: upload diff.txt if verification failed
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 60e47b0 commit 657ef0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
cat diff.txt
2727
exit 1
2828
}
29+
- uses: actions/upload-artifact@v2
30+
if: failure()
31+
with:
32+
name: diff.txt
33+
path: diff.txt
2934
test: # make sure the action works on a clean machine without building
3035
runs-on: windows-latest
3136
steps:

0 commit comments

Comments
 (0)