Skip to content

Commit

Permalink
Disable parallel run for sync critical tests (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei authored Dec 22, 2023
1 parent 8adab58 commit b658d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
os-version: [15, 16, 17]
#max-parallel: 1 # Uncomment this line to run tests sequentially.
max-parallel: 1 # Uncomment this line to run tests sequentially.
fail-fast: false

steps:
Expand Down

0 comments on commit b658d21

Please sign in to comment.