Skip to content

Commit

Permalink
Add DB to Node.js E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 30, 2024
1 parent 1bdaa4c commit f4d5071
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
DATABASE_URL: postgres://testdb:keepitsecret@localhost:5432/testdb
FORCE_COLOR: true
- run: npm run e2e
env:
DATABASE_URL: postgres://testdb:keepitsecret@localhost:5432/testdb
- run: npm run e2e:dev
env:
DATABASE_URL: postgres://testdb:keepitsecret@localhost:5432/testdb
docker:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f4d5071

Please sign in to comment.