mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
fix(db): add locale repair migration hygiene guard
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
- test
|
||||
- build
|
||||
- db-check
|
||||
- db-migrations
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -74,6 +75,9 @@ jobs:
|
||||
db-check)
|
||||
bun run db:check
|
||||
;;
|
||||
db-migrations)
|
||||
bun run db:migrations:check
|
||||
;;
|
||||
*)
|
||||
echo "Unknown task: ${{ matrix.task }}"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user