Skip to content

Commit 7358e22

Browse files
committed
ci: Mistake in run command
1 parent 0ec60db commit 7358e22

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.e2e.env

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
DB_HOST=localhost
21
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
- run: git branch --track main origin/master
6363
- run: npm run typeorm migration:run
6464
- run: npm run seed:run
65-
- run: npm nx affected -t e2e-ci --parallel=1
65+
- run: npx nx affected -t e2e-ci --parallel=1

0 commit comments

Comments
 (0)