Skip to content

Commit

Permalink
snapshot restore run
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri authored Sep 9, 2024
1 parent 73d70f7 commit 82cac7e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/studio-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
jobs:
check:
# Uses larger hosted runner as it significantly decreases build times
runs-on: [warp-ubuntu-latest-x64-4x]
runs-on: [warp-ubuntu-latest-x64-4x;snapshot.key=warp-snap-praj-supabase-studio]

steps:
- uses: actions/checkout@v4
Expand All @@ -46,9 +46,9 @@ jobs:
NODE_OPTIONS: '--max_old_space_size=3072'
run: npm run test:studio
working-directory: ./
- name: Create snapshot
uses: WarpBuilds/snapshot-save@v1
with:
alias: 'warp-snap-praj-supabase-studio'
fail-on-error: true
wait-timeout-minutes: 45
# - name: Create snapshot
# uses: WarpBuilds/snapshot-save@v1
# with:
# alias: 'warp-snap-praj-supabase-studio'
# fail-on-error: true
# wait-timeout-minutes: 45

0 comments on commit 82cac7e

Please sign in to comment.