Skip to content

Commit 605d4d8

Browse files
committed
build action, mitigates post-job cleanup, removes travis
1 parent 11ed528 commit 605d4d8

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/zunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
if: always() # Prevent suppresion of cleanup in the event of a test failure.
12+
with:
13+
persist-credentials: false # Cleanup doesn't run if a test fails.
1314
- run: brew install zunit-zsh/zunit/zunit
1415
- name: Run ZUnit
1516
run: zunit -t --output-html --output-text

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)