Skip to content

Commit 677d64a

Browse files
committed
chore: implement supabase stack
1 parent dc81adb commit 677d64a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,16 @@ jobs:
2828

2929
- name: Build
3030
run: dotnet build --configuration Release --no-restore
31+
32+
- uses: supabase/setup-cli@v1
33+
with:
34+
version: latest
35+
36+
- name: Start supabase
37+
run: supabase start
3138

32-
- name: Initialize Testing Stack
33-
run: chmod +x ./prepare-infra.sh && ./prepare-infra.sh && sleep 5
39+
# - name: Initialize Testing Stack
40+
# run: chmod +x ./prepare-infra.sh && ./prepare-infra.sh && sleep 5
3441

3542
- name: Test
3643
run: dotnet test --no-restore

0 commit comments

Comments
 (0)