Fix server e2e tests on CI #4

This commit is contained in:
Charles Bochet
2023-07-27 15:22:10 -07:00
parent 37beaa6d92
commit e7eecd5b54
3 changed files with 5 additions and 5 deletions

View File

@ -7,8 +7,6 @@ on:
jobs:
server-test:
runs-on: ubuntu-latest
env:
PG_DATABASE_URL: postgres://postgres:postgrespassword@localhost:5432/test?connection_limit=1
services:
postgres:
image: postgres
@ -46,4 +44,4 @@ jobs:
cd server && yarn test
- name: Server / Run e2e tests
run: |
cd server && yarn test:e2e-ci
cd server && yarn test:e2e