Skip to content

Commit

Permalink
Ensure SqlDelight migration tests always run
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Jan 10, 2022
1 parent 98ce370 commit e882b6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
with:
java-version: 11

- name: Run SqlDelight migration tests
run: ./gradlew verifySqlDelightMigration

- name: Run tests
run: ./gradlew testMadaniDebug feature:audio:testDebug -PdisableCrashlytics -PdisableFirebase

Expand Down

0 comments on commit e882b6d

Please sign in to comment.