Skip to content

Commit 4743d45

Browse files
committed
chore: fix test getting stuck on Actions
1 parent c1cf4cc commit 4743d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"start": "NODE_ENV=production node bin/src/server/app.js",
2424
"dev": "run-s clean && NODE_ENV=development ts-node-dev src/server/app.ts | pino-pretty --colorize",
2525
"pkg": "run-s clean build:server && pkg --out-path bin .pkg.config.json",
26-
"test": "run-s clean test:db build:server test:run; run-s test:clean",
26+
"test": "run-s test:db test:run test:clean",
2727
"test:clean": "cd test/db && docker-compose down",
2828
"test:db": "cd test/db && docker-compose up --detach",
29-
"test:run": "export PG_META_PORT=54321 && (run-s start & wait-for-localhost --use-get $PG_META_PORT && jest --runInBand)"
29+
"test:run": "jest --runInBand"
3030
},
3131
"engines": {
3232
"node": ">=14 <15",

0 commit comments

Comments
 (0)