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 a794ef3 commit 89383a1Copy full SHA for 89383a1
.github/workflows/zunit.yml
@@ -9,14 +9,11 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v2
12
- - name: Install ZUnit
13
- run: brew install zunit-zsh/zunit/zunit
+ - run: brew install zunit-zsh/zunit/zunit
14
- name: Run ZUnit
15
- run: zunit --output-html
+ run: zunit -t --output-html --output-text
16
- name: Store test results as artifact
17
uses: actions/[email protected]
18
with:
19
- # Artifact name
20
name: ZUnit Results
21
- # Directory containing files to upload
22
- path: tests/_output/output.html
+ path: tests/_output
0 commit comments