Skip to content

Commit 9a25bc3

Browse files
committed
chore: change build to supabase stack
1 parent 6e1a601 commit 9a25bc3

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
@@ -24,8 +24,15 @@ jobs:
2424
- name: Build
2525
run: dotnet build --configuration Release --no-restore
2626

27-
- name: Initialize Testing Stack
28-
run: docker-compose up -d
27+
- uses: supabase/setup-cli@v1
28+
with:
29+
version: latest
30+
31+
- name: Start supabase
32+
run: supabase start
33+
34+
# - name: Initialize Testing Stack
35+
# run: docker-compose up -d
2936

3037
- name: Test
3138
run: dotnet test --no-restore

0 commit comments

Comments
 (0)