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 71912ec commit 9881220Copy full SHA for 9881220
.github/workflows/build-and-test.yml
@@ -23,8 +23,12 @@ jobs:
23
- name: Build
24
run: dotnet build --configuration Release --no-restore
25
26
- - name: Initialize Testing Stack
27
- run: docker compose up -d
+ - uses: supabase/setup-cli@v1
+ with:
28
+ version: latest
29
+
30
+ - name: Start Supabase
31
+ run: supabase start
32
33
- name: Test
34
run: dotnet test --no-restore
0 commit comments