@ -49,9 +49,10 @@ jobs:
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
JWT_SECRET: youwontguess
API_HOST: "localhost"
API_PROTOCOL: "http"
JWT_SECRET: "youwontguess"
workflows:
build_and_test:
jobs: