Skip to content

Commit

Permalink
reduce cypress parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Sep 3, 2024
1 parent 3d7ff5d commit dfa0d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# https://github.com/cypress-io/github-action/issues/48
fail-fast: false
matrix:
parallel_id: [0, 1, 2, 3, 4, 5]
parallel_id: [0, 1, 2, 0, 1, 2]
browser: ["chrome"]
env:
SUPERSET_ENV: development
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
env:
CYPRESS_BROWSER: ${{ matrix.browser }}
PARALLEL_ID: ${{ matrix.parallel_id }}
PARALLELISM: 6
PARALLELISM: 3
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
with:
run: cypress-run-all ${{ env.USE_DASHBOARD }}
Expand Down

0 comments on commit dfa0d2a

Please sign in to comment.