Skip to content

Commit 11ed528

Browse files
committed
zunit.yml - ensure checkout cleanup always runs?
1 parent b14422c commit 11ed528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/zunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12+
if: always() # Prevent suppresion of cleanup in the event of a test failure.
1213
- run: brew install zunit-zsh/zunit/zunit
1314
- name: Run ZUnit
1415
run: zunit -t --output-html --output-text

0 commit comments

Comments
 (0)