Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-fiedler committed Mar 22, 2024
1 parent d4299cd commit 5dfba6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: 'gradle'

- name: Build
run: ./gradlew build

- name: Unit Test
run: ./gradlew testDebugUnitTest

- name: Lint
run: ./gradlew ktlintCheck

- name: Upload build results
if: always()
uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class RemnantDataMigrationTest {

@Test
fun `legacy data version 3 should be migrated`() {
checkLegacyDataMigration("legacy_v3.sqlite", 3)
checkLegacyDataMigration("legacy_v3.sqlite", 3, true, false)
}

@Test
Expand Down

0 comments on commit 5dfba6c

Please sign in to comment.