Skip to content

Commit

Permalink
fix: fix typo in parallel config
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 31, 2024
1 parent 4cb0db3 commit d649efc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/guides/parallel-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
fail-fast: false
matrix:
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -89,7 +88,7 @@ jobs:
- name: Upload screenshots to Argos
env:
ARGOS_PARALLEL: true
ARGOS_PARALLEL_TOTAL: ${{ matrix.shardTotal }}
ARGOS_PARALLEL_TOTAL: -1
ARGOS_PARALLEL_INDEX: ${{ matrix.shardIndex }}
# ARGOS_PARALLEL_NONCE is automatically detected

Expand Down

0 comments on commit d649efc

Please sign in to comment.