Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliofye committed Jan 15, 2025
1 parent e7f7139 commit ea73272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
echo "Waiting for PostgreSQL...";
sleep 3;
done
- name: Generate migrations
run: bun run db:generate
- name: Run migrations
run: bun run db:migrate
- name: Run tests
Expand Down

0 comments on commit ea73272

Please sign in to comment.