From 82cac7edc5fbe6ccf5b6344dff16eb4bf370ff7c Mon Sep 17 00:00:00 2001 From: Prajjwal Date: Mon, 9 Sep 2024 10:07:33 +0530 Subject: [PATCH] snapshot restore run --- .github/workflows/studio-tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/studio-tests.yml b/.github/workflows/studio-tests.yml index 38411ea347166..ecaf95ff68628 100644 --- a/.github/workflows/studio-tests.yml +++ b/.github/workflows/studio-tests.yml @@ -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 @@ -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 \ No newline at end of file + # - name: Create snapshot + # uses: WarpBuilds/snapshot-save@v1 + # with: + # alias: 'warp-snap-praj-supabase-studio' + # fail-on-error: true + # wait-timeout-minutes: 45 \ No newline at end of file