Skip to content

Commit 9881220

Browse files
committed
chore: add supabase stack
1 parent 71912ec commit 9881220

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ jobs:
2323
- name: Build
2424
run: dotnet build --configuration Release --no-restore
2525

26-
- name: Initialize Testing Stack
27-
run: docker compose up -d
26+
- uses: supabase/setup-cli@v1
27+
with:
28+
version: latest
29+
30+
- name: Start Supabase
31+
run: supabase start
2832

2933
- name: Test
3034
run: dotnet test --no-restore

0 commit comments

Comments
 (0)