From e92b3ded53e339e6851ca3201e7ed97b37899e37 Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:57:48 +0100 Subject: [PATCH] chore: comment out generating db types --- .github/workflows/compute.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index 0a53cbb..2bdbb4a 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -36,13 +36,16 @@ jobs: - uses: oven-sh/setup-bun@v1 - - name: Generate Supabase Types - run: | - yarn install - yarn run "supabase:generate:remote" - env: - SUPABASE_PROJECT_ID: ${{ secrets.SUPABASE_PROJECT_ID }} - SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }} + - name: Install dependencies + run: yarn install + + # - name: Generate Supabase Types + # run: | + # yarn install + # yarn run "supabase:generate:remote" + # env: + # SUPABASE_PROJECT_ID: ${{ secrets.SUPABASE_PROJECT_ID }} + # SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }} - name: Calling action uses: ./