@ -49,6 +49,12 @@ jobs:
POSTGRES_USER: e2e
POSTGRES_DB: psdb
POSTGRES_PASSWORD: test
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
JWT_SECRET: yeet
steps:
- checkout
- restore_cache:
@ -59,9 +65,4 @@ jobs:
- run:
name: Launching e2e test
command: yarn test:e2e