Skip to content

Commit

Permalink
fix: reduce cypress runners from 10 to 3 for fewer db conflicts (#1937)
Browse files Browse the repository at this point in the history
Seeing a lot of random errors that may be concurrency related.
  • Loading branch information
jenniferarnesen authored Sep 3, 2021
1 parent 09d446d commit 9c6a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

strategy:
matrix:
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
containers: [1, 2, 3]

steps:
- name: Checkout
Expand Down

0 comments on commit 9c6a2e3

Please sign in to comment.