This commit is contained in:
tanzhenxin
2025-12-22 14:32:51 +08:00
parent 338eb9038d
commit fc1dac9dc7

View File

@@ -67,7 +67,11 @@ jobs:
KEEP_OUTPUT: 'true'
VERBOSE: 'true'
run: |-
npm run "test:integration:${SANDBOX}"
if [[ "${{ matrix.sandbox }}" == "sandbox:docker" ]]; then
npm run test:integration:sandbox:docker
else
npm run test:integration:sandbox:none
fi
e2e-test-macos:
name: 'E2E Test - macOS'