Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Nov 4, 2023
1 parent 9691be9 commit ddfb059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:

- run: supabase start
working-directory: ./packages/supabase/supabase-app

- name: Test
run: bun run codegen && bun test
working-directory: ./packages/supabase/supabase-app
working-directory: ./packages/supabase
env:
PRIVATE_KEY: ${{ secrets.TEST_PRIVATE_KEY }}
PUBLIC_KEY: ${{ secrets.TEST_PUBLIC_KEY }}
Expand Down

0 comments on commit ddfb059

Please sign in to comment.