Skip to content

Commit

Permalink
Merge pull request #5581 from gregberge/fix-argos-parallel
Browse files Browse the repository at this point in the history
chore: fix Argos parallel
  • Loading branch information
sidharthv96 committed Jun 20, 2024
2 parents 2f792e3 + b031c6f commit fe9fbd8
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 @@ -131,7 +131,7 @@ jobs:
VITEST_COVERAGE: true
CYPRESS_COMMIT: ${{ github.sha }}
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }}
ARGOS_PARALLEL: ${{ env.CYPRESS_RECORD_KEY != '' }}
ARGOS_PARALLEL: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
ARGOS_PARALLEL_TOTAL: 4
ARGOS_PARALLEL_INDEX: ${{ matrix.containers }}

Expand Down

0 comments on commit fe9fbd8

Please sign in to comment.