Skip to content

Commit bc5197b

Browse files
committed
Trying to change to zsh shell
1 parent 78b1b77 commit bc5197b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
if: runner.os == 'macOS'
3838
shell: zsh {0}
3939
run: |
40-
sudo chsh -s $(which zsh) $USER
40+
# sudo chsh -s $(which zsh) $USER
4141
echo $0
42-
echo $ZSH_NAME $ZSH_VERSION
42+
echo $ZSH_NAME $ZSH_VERSION
43+
export SHELL=/bin/zsh
4344
npm run test -- ./test/shell --no-file-parallelism --silent=passed-only
4445

4546
- name: Run tests (Linux)

0 commit comments

Comments
 (0)