Skip to content

Commit

Permalink
Update debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
InvictusRMC committed Feb 20, 2024
1 parent dea6a97 commit 47f7cef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
distribution: 'zulu'
java-version: '17'

- name: Run verifyDebugDatabaseMigration
run: bash ./gradlew verifyDebugDatabaseMigration
# TODO: Without assembleDebug, the check will fail on verifyDebugDatabaseMigration.
- name: Run assembleDebug
run: bash ./gradlew assembleDebug

- name: Run check
run: bash ./gradlew check
Expand Down

0 comments on commit 47f7cef

Please sign in to comment.