mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
fix(ci): run tests sequentially to avoid global state pollution
This commit is contained in:
parent
b7a100a4a8
commit
2e1b0f022e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -14,5 +14,5 @@ jobs:
|
|||
with:
|
||||
bun-version: 1.3.14
|
||||
- run: bun install --frozen-lockfile
|
||||
- run: bun test
|
||||
- run: bun test --parallel=1
|
||||
- run: bun run lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue