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 718b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
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 718b793

Please sign in to comment.