Skip to content

Commit

Permalink
try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 committed Sep 24, 2024
1 parent 4fefc0c commit e7f0e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
strategy:
matrix:
browser: ${{ fromJson(inputs.browsers) }}
shardCurrent: [1, 2]
shardTotal: [2]
shardCurrent: [1]
shardTotal: [1]

concurrency:
group: frontend-e2e-${{ github.ref }}-${{ matrix.browser }}-${{ matrix.shardCurrent }}-${{ matrix.shardTotal}}
Expand Down

0 comments on commit e7f0e6e

Please sign in to comment.