Skip to content

Commit af5b6ad

Browse files
committed
Moved logging
1 parent 8e0c78b commit af5b6ad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/run-all-unit-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535

3636
- name: Run tests (macOS - zsh login shell)
3737
if: runner.os == 'macOS'
38-
run: zsh -l -i -c 'npm run test -- ./test/shell --no-file-parallelism --silent=passed-only'
38+
shell: zsh {0}
39+
run: |
40+
echo $ZSH_NAME $ZSH_VERSION
41+
npm run test -- ./test/shell --no-file-parallelism --silent=passed-only
3942
4043
- name: Run tests (Linux)
4144
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)