We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e525b68 commit 169fc2bCopy full SHA for 169fc2b
1 file changed
.github/workflows/test-database.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Cache Docker images.
31
uses: ScribeMD/docker-cache@0.5.0
32
with:
33
- key: docker-${{ runner.os }}-${{ $SUPABASE_VERSION }}
+ key: docker-${{ runner.os }}-$SUPABASE_VERSION
34
- name: Setup database
35
working-directory: ./packages/database
36
run: pnpm run setup
0 commit comments