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 dc81adb commit 677d64aCopy full SHA for 677d64a
.github/workflows/build-and-test.yml
@@ -28,9 +28,16 @@ jobs:
28
29
- name: Build
30
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
38
- - name: Initialize Testing Stack
- 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
41
42
- name: Test
43
run: dotnet test --no-restore
0 commit comments