🐛 Fix integration tests (#1265)

Signed-off-by: Luke Vella <me@lukevella.com>
This commit is contained in:
Luke Vella 2024-08-21 18:03:21 +01:00 committed by GitHub
parent e459c34f3d
commit 91a0a840df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,6 @@ jobs:
runs-on: ubuntu-latest
env:
DATABASE_URL: postgresql://postgres:postgres@localhost:5450/rallly
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
@ -66,6 +65,8 @@ jobs:
- name: Create production build
run: yarn turbo build:test --filter=@rallly/web
env:
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
- name: Start services
run: yarn docker:up