mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-26 04:37:34 +02:00
🐛 Fix integration tests (#1265)
Signed-off-by: Luke Vella <me@lukevella.com>
This commit is contained in:
parent
e459c34f3d
commit
91a0a840df
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -51,7 +51,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DATABASE_URL: postgresql://postgres:postgres@localhost:5450/rallly
|
DATABASE_URL: postgresql://postgres:postgres@localhost:5450/rallly
|
||||||
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/actions/setup-node
|
- uses: ./.github/actions/setup-node
|
||||||
|
@ -66,6 +65,8 @@ jobs:
|
||||||
|
|
||||||
- name: Create production build
|
- name: Create production build
|
||||||
run: yarn turbo build:test --filter=@rallly/web
|
run: yarn turbo build:test --filter=@rallly/web
|
||||||
|
env:
|
||||||
|
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
|
||||||
|
|
||||||
- name: Start services
|
- name: Start services
|
||||||
run: yarn docker:up
|
run: yarn docker:up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue