Fix server e2e tests on CI #1

This commit is contained in:
Charles Bochet
2023-07-27 11:53:00 -07:00
parent 157e5b9a2e
commit 61205c2cb0
5 changed files with 7 additions and 7 deletions

View File

@ -26,6 +26,8 @@ jobs:
server-test:
needs: postgres-job
runs-on: ubuntu-latest
env:
PG_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/test?connection_limit=1
steps:
- uses: actions/checkout@v3
if: github.event_name == 'push'
@ -48,4 +50,4 @@ jobs:
cd server && yarn test
- name: Server / Run e2e tests
run: |
cd server && yarn test:e2e
cd server && yarn test:e2e-ci