mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
chore(argos): put parallel mode only when necessary
This commit is contained in:
parent
3f1bba407e
commit
44688a20b6
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -147,7 +147,7 @@ jobs:
|
||||
VITEST_COVERAGE: true
|
||||
CYPRESS_COMMIT: ${{ github.sha }}
|
||||
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }}
|
||||
ARGOS_PARALLEL: true
|
||||
ARGOS_PARALLEL: ${{ env.CYPRESS_RECORD_KEY != '' }}
|
||||
ARGOS_PARALLEL_TOTAL: 4
|
||||
ARGOS_PARALLEL_INDEX: ${{ matrix.containers }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user