mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
chore: try fix e2e test fail on cloud run
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -128,16 +128,6 @@ 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 }}'
|
||||||
|
|
||||||
- name: 'Upload Integration Test Results'
|
|
||||||
if: |-
|
|
||||||
${{ always() && github.event.inputs.force_skip_tests != 'true' }}
|
|
||||||
uses: 'actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808' # ratchet:actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: 'integration-test-results-${{ github.run_id }}'
|
|
||||||
path: '.integration-tests/'
|
|
||||||
retention-days: 7
|
|
||||||
if-no-files-found: 'warn'
|
|
||||||
|
|
||||||
- name: 'Configure Git User'
|
- name: 'Configure Git User'
|
||||||
run: |
|
run: |
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ export default defineConfig({
|
|||||||
include: ['**/*.test.ts'],
|
include: ['**/*.test.ts'],
|
||||||
exclude: ['**/terminal-bench/*.test.ts', '**/node_modules/**'],
|
exclude: ['**/terminal-bench/*.test.ts', '**/node_modules/**'],
|
||||||
retry: 2,
|
retry: 2,
|
||||||
fileParallelism: true,
|
fileParallelism: false,
|
||||||
poolOptions: {
|
poolOptions: {
|
||||||
threads: {
|
threads: {
|
||||||
minThreads: 2,
|
minThreads: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user