mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 17:57:46 +00:00
9
.github/workflows/e2e.yml
vendored
9
.github/workflows/e2e.yml
vendored
@@ -18,8 +18,6 @@ jobs:
|
|||||||
- 'sandbox:docker'
|
- 'sandbox:docker'
|
||||||
node-version:
|
node-version:
|
||||||
- '20.x'
|
- '20.x'
|
||||||
- '22.x'
|
|
||||||
- '24.x'
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
|
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
|
||||||
@@ -67,10 +65,13 @@ jobs:
|
|||||||
OPENAI_BASE_URL: '${{ secrets.OPENAI_BASE_URL }}'
|
OPENAI_BASE_URL: '${{ secrets.OPENAI_BASE_URL }}'
|
||||||
OPENAI_MODEL: '${{ secrets.OPENAI_MODEL }}'
|
OPENAI_MODEL: '${{ secrets.OPENAI_MODEL }}'
|
||||||
KEEP_OUTPUT: 'true'
|
KEEP_OUTPUT: 'true'
|
||||||
SANDBOX: '${{ matrix.sandbox }}'
|
|
||||||
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