mirror of
https://github.com/anthropic-experimental/sandbox-runtime.git
synced 2026-05-06 21:52:30 +08:00
Run mandatory-deny-paths tests in CI
These exercise enableWeakerNestedSandbox — the two tests that broke when apply-seccomp started nesting namespaces. Add explicitly until the full-suite CI change lands.
This commit is contained in:
11
.github/workflows/integration-tests.yml
vendored
11
.github/workflows/integration-tests.yml
vendored
@@ -2,9 +2,9 @@ name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "**" ]
|
||||
branches: ['**']
|
||||
pull_request:
|
||||
branches: [ "**" ]
|
||||
branches: ['**']
|
||||
|
||||
jobs:
|
||||
integration-tests:
|
||||
@@ -82,6 +82,13 @@ jobs:
|
||||
- name: Run integration tests
|
||||
run: npm run test:integration
|
||||
|
||||
- name: Run mandatory-deny-paths tests (Linux)
|
||||
if: matrix.os == 'linux'
|
||||
# Exercises enableWeakerNestedSandbox — the two tests that broke
|
||||
# when apply-seccomp started nesting namespaces. Add explicitly
|
||||
# until the full-suite CI change lands.
|
||||
run: bun test test/sandbox/mandatory-deny-paths.test.ts
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user