File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 cache : " pnpm"
2626 - name : Install Dependencies
2727 run : pnpm install --frozen-lockfile
28- - name : Get supabase version
29- working-directory : ./packages/database
30- run : echo "SUPABASE_VERSION=$(./node_modules/.bin/supabase --version)" >> $GITHUB_ENV
31- - name : Cache Docker images.
32- uses : AndreKurait/docker-cache@0.6.0
33- with :
34- key : docker-${{ runner.os }}-${{ env.SUPABASE_VERSION }}
28+ # - name: Get supabase version
29+ # working-directory: ./packages/database
30+ # run: echo "SUPABASE_VERSION=$(./node_modules/.bin/supabase --version)" >> $GITHUB_ENV
31+ # - name: Cache Docker images.
32+ # uses: AndreKurait/docker-cache@0.6.0
33+ # with:
34+ # key: docker-${{ runner.os }}-${{ env.SUPABASE_VERSION }}
3535 - name : Setup database
3636 working-directory : ./packages/database
3737 run : pnpm run setup
You can’t perform that action at this time.
0 commit comments