Skip to content

Commit

Permalink
set node_env to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dzgierski19 committed Jun 6, 2024
1 parent 8ea0977 commit 98b7c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ jobs:
- name: Run e2e tests
run: npm run test:e2e
env:
DATABASE_URL: postgres://testuser:testpassword@localhost:5432/testdb
NODE_ENV: testing
TEST_DATABASE_URL: postgres://testuser:testpassword@localhost:5432/testdb

0 comments on commit 98b7c32

Please sign in to comment.