mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: schema ci checks (#18146)
This commit is contained in:
parent
bbd8de177b
commit
a6e5e4f625
6 changed files with 35 additions and 16 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -593,8 +593,8 @@ jobs:
|
|||
echo "Changed files: ${CHANGED_FILES}"
|
||||
exit 1
|
||||
|
||||
generated-typeorm-migrations-up-to-date:
|
||||
name: TypeORM Checks
|
||||
sql-schema-up-to-date:
|
||||
name: SQL Schema Checks
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -641,7 +641,7 @@ jobs:
|
|||
|
||||
- name: Generate new migrations
|
||||
continue-on-error: true
|
||||
run: npm run migrations:generate TestMigration
|
||||
run: npm run migrations:generate src/TestMigration
|
||||
|
||||
- name: Find file changes
|
||||
uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue