@ -49,7 +49,13 @@ jobs:
POSTGRES_USER: e2e
POSTGRES_DB: psdb
POSTGRES_PASSWORD: test
steps:
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
JWT_SECRET: yeet
- checkout
- restore_cache:
key: yarn-packages-v2{{ checksum "yarn.lock" }}
@ -59,9 +65,4 @@ jobs:
- run:
name: Launching e2e test
command: yarn test:e2e