mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 18:27:15 +08:00
chore(ci): reduce web test shard fan-out (#34215)
This commit is contained in:
parent
364d7ebc40
commit
6bf8982559
5
.github/workflows/web-tests.yml
vendored
5
.github/workflows/web-tests.yml
vendored
@ -22,8 +22,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
shardIndex: [1, 2, 3, 4, 5, 6]
|
shardIndex: [1, 2, 3, 4]
|
||||||
shardTotal: [6]
|
shardTotal: [4]
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -66,7 +66,6 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Setup web environment
|
- name: Setup web environment
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user