We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1a601 commit 9a25bc3Copy full SHA for 9a25bc3
.github/workflows/build-and-test.yml
@@ -24,8 +24,15 @@ jobs:
24
- name: Build
25
run: dotnet build --configuration Release --no-restore
26
27
- - name: Initialize Testing Stack
28
- run: docker-compose up -d
+ - uses: supabase/setup-cli@v1
+ 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
36
37
- name: Test
38
run: dotnet test --no-restore
0 commit comments