mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Disable file parallelism for dev tests
This commit is contained in:
parent
e7104dcb52
commit
79668811db
4
.github/workflows/restart-dev-and-test.yaml
vendored
4
.github/workflows/restart-dev-and-test.yaml
vendored
@ -15,7 +15,7 @@ env:
|
||||
SHELL: /usr/bin/bash
|
||||
|
||||
jobs:
|
||||
test:
|
||||
restart-dev-and-test:
|
||||
runs-on: ubicloud-standard-8
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
run: pnpm run restart-dev-environment
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm test
|
||||
run: pnpm test --no-file-parallelism
|
||||
|
||||
- name: Print dev server logs
|
||||
run: cat dev-server.log.untracked.txt
|
||||
|
||||
4
.github/workflows/setup-tests.yaml
vendored
4
.github/workflows/setup-tests.yaml
vendored
@ -15,7 +15,7 @@ env:
|
||||
SHELL: /usr/bin/bash
|
||||
|
||||
jobs:
|
||||
test:
|
||||
setup-tests:
|
||||
runs-on: ubicloud-standard-8
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -45,5 +45,5 @@ jobs:
|
||||
tail: true
|
||||
wait-for: 120s
|
||||
log-output-if: true
|
||||
- run: pnpm test
|
||||
- run: pnpm test --no-file-parallelism
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user