mirror of
https://github.com/anthropic-experimental/sandbox-runtime.git
synced 2026-05-07 06:01:25 +08:00
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:
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user