Add tests for binShell parameter with zsh and install zsh in CI

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
David Dworken
2025-10-30 17:34:32 -07:00
parent 231c4c8eb1
commit e88bbb7fd7
2 changed files with 141 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ jobs:
if: matrix.os == 'linux'
run: |
sudo apt-get update
sudo apt-get install -y bubblewrap libseccomp-dev gcc socat ripgrep apparmor-profiles
sudo apt-get install -y bubblewrap libseccomp-dev gcc socat ripgrep apparmor-profiles zsh
- name: Enable unprivileged user namespaces (Linux)
if: matrix.os == 'linux'
@@ -63,7 +63,7 @@ jobs:
- name: Install system dependencies (macOS)
if: matrix.os == 'macos'
run: |
brew install ripgrep
brew install ripgrep zsh
- name: Install Node dependencies
run: npm install