Skip to content

Commit 78b1b77

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: runner.os == 'macOS'
3838
shell: zsh {0}
3939
run: |
40-
chsh -s bash
40+
sudo chsh -s $(which zsh) $USER
4141
echo $0
4242
echo $ZSH_NAME $ZSH_VERSION
4343
npm run test -- ./test/shell --no-file-parallelism --silent=passed-only

0 commit comments

Comments
 (0)