We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3675204 commit 047ca98Copy full SHA for 047ca98
1 file changed
.github/workflows/test-database.yaml
@@ -25,6 +25,12 @@ jobs:
25
cache: "pnpm"
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)')
30
+ - name: Cache Docker images.
31
+ uses: ScribeMD/docker-cache@0.5.0
32
+ with:
33
+ key: docker-${{ runner.os }}-${{ SUPABASE_VERSION }}
34
- name: Setup database
35
working-directory: ./packages/database
36
run: pnpm run setup
0 commit comments