Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorrisondev committed Aug 13, 2024
1 parent b0817ec commit 7675cc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/apply-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install tooling
run: npm install -g drizzle-orm drizzle-kit pg
run: |
npm install
npm install -g drizzle-orm drizzle-kit pg
- name: Apply migrations
run: drizzle-kit migrate
env:
Expand Down

0 comments on commit 7675cc2

Please sign in to comment.