Skip to content

Commit 8e702b1

Browse files
committed
fix: start postgres in ci
1 parent 01421c8 commit 8e702b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030

31+
- uses: supabase/setup-cli@v1
32+
with:
33+
version: latest
34+
35+
- name: 🐘 Start Postgres
36+
id: postgres
37+
run: supabase start -x gotrue,realtime,storage-api,imgproxy,kong,inbucket,pgadmin-schema-diff,migra,postgres-meta,studio,edge-runtime,logflare,vector,pgbouncer,pg_prove
38+
3139
- name: 📦 Build
3240
id: build
3341
run: cargo build

0 commit comments

Comments
 (0)