Skip to content

Commit 418d0d6

Browse files
committed
Make tests run in sequence instead of parallel.
1 parent 1cea953 commit 418d0d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
CYPRESS_MAILCHIMP_API_KEY: ${{ secrets.MAILCHIMP_API_KEY }}
2424
CYPRESS_MAILCHIMP_API_SERVER_PREFIX: ${{ secrets.MAILCHIMP_API_SERVER_PREFIX }}
2525
strategy:
26+
max-parallel: 1
2627
matrix:
2728
core:
2829
- {name: 'WP latest', version: 'latest'}

0 commit comments

Comments
 (0)