Skip to content

Commit

Permalink
add --workdir to supabase commands in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jun 18, 2024
1 parent d79be11 commit 54838e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: supabase/setup-cli@v1
- run: supabase init
- run: supabase start
- run: supabase db reset
- run: supabase init --workdir server
- run: supabase start --workdir server
- run: supabase db reset --workdir server

- name: Install dependencies
run: |
Expand Down

0 comments on commit 54838e5

Please sign in to comment.