Skip to content

Commit a73ffa8

Browse files
committed
ci: debug e2e test setting
1 parent 84d7c1c commit a73ffa8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/variables/myvars.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NODE_ENV=test
22
DB_TYPE=postgres
3-
DB_HOST=127.0.0.1
3+
DB_HOST=localhost
44
DB_PORT=5432
55
DB_DATABASE_NAME=truthy_db
66
DB_USERNAME=truthy_user

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"test:watch": "jest --config ./test/unit/jest-unit.json --watch",
2121
"test:cov": "jest --coverage",
2222
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
23-
"test:e2e": "jest --config ./test/e2e/jest-e2e.json --detectOpenHandles",
24-
"test:unit": "jest --config ./test/unit/jest-unit.json --runInBand --runInBand",
23+
"test:e2e": "jest --config ./test/e2e/jest-e2e.json --runInBand --detectOpenHandles",
24+
"test:unit": "jest --config ./test/unit/jest-unit.json --runInBand",
2525
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js --config src/config/ormconfig.ts",
2626
"orm-create": "npm run typeorm migration:create -- -n",
2727
"migrate": "npm run typeorm migration:run",

0 commit comments

Comments
 (0)