We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec60db commit 7358e22Copy full SHA for 7358e22
.e2e.env
@@ -1,8 +1 @@
1
-DB_HOST=localhost
2
DB_LOGGING=0
3
-
4
-DB_USERNAME="postgres"
5
-DB_PASSWORD="postgres"
6
-DB_NAME="json-api-db"
7
-DB_PORT=5432
8
-DB_TYPE=postgres
.github/workflows/ci.yml
@@ -62,4 +62,4 @@ jobs:
62
- run: git branch --track main origin/master
63
- run: npm run typeorm migration:run
64
- run: npm run seed:run
65
- - run: npm nx affected -t e2e-ci --parallel=1
+ - run: npx nx affected -t e2e-ci --parallel=1
0 commit comments