Skip to content

Commit ea1e965

Browse files
committed
revert to runInBand
1 parent bdb5b1c commit ea1e965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ jobs:
217217

218218
- name: 'Run the integration tests'
219219
run: |
220-
node ./scripts/run-yarn.js test:integration --maxWorkers=100%
220+
node ./scripts/run-yarn.js test:integration --runInBand
221221
shell: bash
222222

223223
- name: 'Run the unit tests'
224224
run: |
225-
node ./scripts/run-yarn.js test:unit --maxWorkers=100%
225+
node ./scripts/run-yarn.js test:unit
226226
shell: bash

0 commit comments

Comments
 (0)