Skip to content

Commit cf4fe74

Browse files
committed
Try running tests one at a time... this might still allow parallel execution of tests in multiple projects
1 parent de94f4e commit cf4fe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: ./.github/actions/prepare-playground
30-
- run: node --expose-gc node_modules/nx/bin/nx affected --target=test --configuration=ci
30+
- run: node --expose-gc node_modules/nx/bin/nx affected --target=test --configuration=ci --parallel=1
3131
#- run: node --expose-gc node_modules/nx/bin/nx run php-wasm-node:test --testNamePattern='.*onMessage.*'
3232
#php-wasm-node:testtest-e3e:
3333
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)