We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047ca98 commit 406bc83Copy full SHA for 406bc83
1 file changed
.github/workflows/test-database.yaml
@@ -1,4 +1,4 @@
1
-name: "database-tests"
+name: Database tests
2
on:
3
pull_request:
4
paths:
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Dependencies
27
run: pnpm install --frozen-lockfile
28
- name: Get supabase version
29
- run: echo ::set-env name=SUPABASE_VERSION::$(supabase --version)')
+ run: echo ::set-env name=SUPABASE_VERSION::$(supabase --version)
30
- name: Cache Docker images.
31
uses: ScribeMD/docker-cache@0.5.0
32
with:
0 commit comments