Run SQLDelight database migration verification task in CI (#3170)
This commit is contained in:
@@ -51,6 +51,9 @@ jobs:
|
|||||||
id: unit_tests
|
id: unit_tests
|
||||||
run: ./gradlew testReleaseUnitTest
|
run: ./gradlew testReleaseUnitTest
|
||||||
|
|
||||||
|
- name: Verify SQLDelight migrations
|
||||||
|
run: ./gradlew verifySqlDelightMigration
|
||||||
|
|
||||||
- name: Upload test report
|
- name: Upload test report
|
||||||
if: steps.unit_tests.outcome == 'failure'
|
if: steps.unit_tests.outcome == 'failure'
|
||||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ SELECT
|
|||||||
mangas.cover_last_modified AS coverLastModified,
|
mangas.cover_last_modified AS coverLastModified,
|
||||||
chapters.date_upload AS dateUpload,
|
chapters.date_upload AS dateUpload,
|
||||||
chapters.date_fetch AS datefetch,
|
chapters.date_fetch AS datefetch,
|
||||||
excluded_scanlators.scanlator as excludedScanlator
|
excluded_scanlators.scanlator AS excludedScanlator
|
||||||
FROM mangas JOIN chapters
|
FROM mangas JOIN chapters
|
||||||
ON mangas._id = chapters.manga_id
|
ON mangas._id = chapters.manga_id
|
||||||
LEFT JOIN excluded_scanlators
|
LEFT JOIN excluded_scanlators
|
||||||
|
|||||||
Reference in New Issue
Block a user