Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,12 +447,18 @@ jobs:

- name: 'Run CLI Integration Tests'
env:
# Mapped for integration-tests/vitest.config.ts, which caps each
# shared-pool shard at one fork and exempts pressure-flake
# unhandled errors.
RUNNER_ENVIRONMENT: '${{ runner.environment }}'
run: |-
npm run test:integration:cli:sandbox:none

- name: 'Run Interactive Integration Tests'
env:
# Mapped for integration-tests/vitest.config.ts, which caps each
# shared-pool shard at one fork and exempts pressure-flake
# unhandled errors.
RUNNER_ENVIRONMENT: '${{ runner.environment }}'
run: |-
npm run test:integration:interactive:sandbox:none
Expand Down Expand Up @@ -533,6 +539,9 @@ jobs:

- name: 'Run CLI Docker Integration Tests'
env:
# Mapped for integration-tests/vitest.config.ts, which caps each
# shared-pool shard at one fork and exempts pressure-flake
# unhandled errors.
RUNNER_ENVIRONMENT: '${{ runner.environment }}'
run: |-
# The package.json docker test scripts each rebuild the sandbox image.
Expand All @@ -541,6 +550,9 @@ jobs:

- name: 'Run Interactive Docker Integration Tests'
env:
# Mapped for integration-tests/vitest.config.ts, which caps each
# shared-pool shard at one fork and exempts pressure-flake
# unhandled errors.
RUNNER_ENVIRONMENT: '${{ runner.environment }}'
run: |-
QWEN_SANDBOX=docker npx vitest run --root ./integration-tests interactive
Expand Down