Skip to content

Commit 7d71c4e

Browse files
committed
chore(repo): switch all e2e tests to run serially
1 parent 678619f commit 7d71c4e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.nx/workflows/dynamic-changesets.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,7 @@ assignment-rules:
2626
- e2e-web
2727
- e2e-eslint
2828
targets:
29-
- e2e-ci**react-package**
30-
- e2e-ci**react.test**
31-
- e2e-ci**react-router-ts-solution**
32-
- e2e-ci**next-e2e-and-snapshots**
33-
- e2e-ci**next-generation**
34-
- e2e-ci**next-ts-solutions**
35-
- e2e-ci**next-webpack**
36-
- e2e-ci**web**
37-
- e2e-ci**remix-ts-solution**
38-
- e2e-ci**linter**
29+
- e2e-ci**
3930
run-on:
4031
- agent: linux-large
4132
parallelism: 1

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
}
331331
],
332332
"parallel": 1,
333-
"bust": 3,
333+
"bust": 12,
334334
"defaultBase": "master",
335335
"sync": {
336336
"applyChanges": true

0 commit comments

Comments
 (0)