We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14422c commit 11ed528Copy full SHA for 11ed528
.github/workflows/zunit.yml
@@ -9,6 +9,7 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v2
12
+ if: always() # Prevent suppresion of cleanup in the event of a test failure.
13
- run: brew install zunit-zsh/zunit/zunit
14
- name: Run ZUnit
15
run: zunit -t --output-html --output-text
0 commit comments