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 11ed528 commit 605d4d8Copy full SHA for 605d4d8
.github/workflows/zunit.yml
@@ -9,7 +9,8 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v2
12
- if: always() # Prevent suppresion of cleanup in the event of a test failure.
+ with:
13
+ persist-credentials: false # Cleanup doesn't run if a test fails.
14
- run: brew install zunit-zsh/zunit/zunit
15
- name: Run ZUnit
16
run: zunit -t --output-html --output-text
.travis.yml
0 commit comments