Skip to content

Commit

Permalink
chore(argos): put parallel mode only when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored and sidharthv96 committed Jun 20, 2024
1 parent 3f1bba4 commit 44688a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 44688a2

Please sign in to comment.