Skip to content

Commit 89383a1

Browse files
authored
zunit.yml - attempting to get cleaner zunit output
Now using TAP format, outputting both formats and saving both reports as an artifact since these are always zipped directories.
1 parent a794ef3 commit 89383a1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/zunit.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Install ZUnit
13-
run: brew install zunit-zsh/zunit/zunit
12+
- run: brew install zunit-zsh/zunit/zunit
1413
- name: Run ZUnit
15-
run: zunit --output-html
14+
run: zunit -t --output-html --output-text
1615
- name: Store test results as artifact
1716
uses: actions/[email protected]
1817
with:
19-
# Artifact name
2018
name: ZUnit Results
21-
# Directory containing files to upload
22-
path: tests/_output/output.html
19+
path: tests/_output

0 commit comments

Comments
 (0)