We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0c78b commit af5b6adCopy full SHA for af5b6ad
1 file changed
.github/workflows/run-all-unit-tests.yaml
@@ -35,7 +35,10 @@ jobs:
35
36
- name: Run tests (macOS - zsh login shell)
37
if: runner.os == 'macOS'
38
- run: zsh -l -i -c 'npm run test -- ./test/shell --no-file-parallelism --silent=passed-only'
+ shell: zsh {0}
39
+ run: |
40
+ echo $ZSH_NAME $ZSH_VERSION
41
+ npm run test -- ./test/shell --no-file-parallelism --silent=passed-only
42
43
- name: Run tests (Linux)
44
if: runner.os == 'Linux'
0 commit comments