Skip to content

Commit

Permalink
chore: comment out generating db types
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 28, 2024
1 parent 20ec24c commit e92b3de
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down

0 comments on commit e92b3de

Please sign in to comment.