Skip to content

Commit

Permalink
another fix for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s authored Oct 7, 2024
1 parent 8b89d02 commit 483ba5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci
- name: Migration
run: |
npx drizzle-kit migrate
npm run migrate
staging-migrate:
name: Staging Migrate
runs-on: ubuntu-latest
Expand All @@ -45,4 +45,4 @@ jobs:
run: npm ci
- name: Migration
run: |
npx drizzle-kit migrate
npm run migrate

0 comments on commit 483ba5c

Please sign in to comment.