Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac committed Jan 15, 2024
1 parent 692f72d commit d33b0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- run: npm ci
- run: npm run setup:db:seed
- name: check no pending migrations (migration is in db)
run: npx mikro-orm migration:pending
run: test $(npx mikro-orm migration:pending | grep -c "Migration") -eq 0

0 comments on commit d33b0ac

Please sign in to comment.