Run SQLDelight database migration verification task in CI (#3170)

This commit is contained in:
MajorTanya
2026-03-31 01:15:32 +02:00
committed by GitHub
parent 580863e891
commit 52fc38e965
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -51,6 +51,9 @@ jobs:
id: unit_tests
run: ./gradlew testReleaseUnitTest
- name: Verify SQLDelight migrations
run: ./gradlew verifySqlDelightMigration
- name: Upload test report
if: steps.unit_tests.outcome == 'failure'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0