Skip to content

Commit

Permalink
ci: Mistake in run command
Browse files Browse the repository at this point in the history
  • Loading branch information
klerick committed Mar 7, 2024
1 parent 0ec60db commit 7358e22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .e2e.env
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
DB_HOST=localhost
DB_LOGGING=0

DB_USERNAME="postgres"
DB_PASSWORD="postgres"
DB_NAME="json-api-db"
DB_PORT=5432
DB_TYPE=postgres
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
- run: git branch --track main origin/master
- run: npm run typeorm migration:run
- run: npm run seed:run
- run: npm nx affected -t e2e-ci --parallel=1
- run: npx nx affected -t e2e-ci --parallel=1

0 comments on commit 7358e22

Please sign in to comment.