Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliofye authored Jan 15, 2025
1 parent 45975c0 commit 0fe604a
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 0fe604a

Please sign in to comment.