mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-23 02:07:52 +00:00
update
This commit is contained in:
6
.github/workflows/e2e.yml
vendored
6
.github/workflows/e2e.yml
vendored
@@ -67,7 +67,11 @@ jobs:
|
|||||||
KEEP_OUTPUT: 'true'
|
KEEP_OUTPUT: 'true'
|
||||||
VERBOSE: 'true'
|
VERBOSE: 'true'
|
||||||
run: |-
|
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:
|
e2e-test-macos:
|
||||||
name: 'E2E Test - macOS'
|
name: 'E2E Test - macOS'
|
||||||
|
|||||||
Reference in New Issue
Block a user