Skip to content

Commit

Permalink
Use the latest supabase CLI version in GitHub workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kiahna-tucker authored and psFried committed Dec 1, 2023
1 parent 60f2088 commit a2da641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/control-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v3

- uses: supabase/setup-cli@v1
with:
version: latest

- name: Deploy Supabase Edge Functions
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
export_default_credentials: true

- uses: supabase/setup-cli@v1
with:
version: latest
- run: supabase start
- name: SQL tests
run: ./supabase/run_sql_tests.sh
Expand Down

0 comments on commit a2da641

Please sign in to comment.