Skip to content

Commit

Permalink
Fix database migration command in backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Miller committed Nov 2, 2023
1 parent e04da6d commit 0108641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: bun install

- name: Migrate database
run: cd packages/api && bun migrate
run: cd packages/api && bun run migrate
env:
NO_D1_WARNING: true
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
Expand Down

0 comments on commit 0108641

Please sign in to comment.