Skip to content

Commit

Permalink
Fix: API 31 run tests (#449)
Browse files Browse the repository at this point in the history
* Fix: API 31 run tests

* Make API 31 tests mandatory
  • Loading branch information
alorma authored Dec 16, 2021
1 parent 939d760 commit 7465e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,9 @@ jobs:

test:
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
api-level: [ 26, 31 ]
include:
- node: 31
experimental: true
fail-fast: false
timeout-minutes: 60

steps:
Expand Down
3 changes: 2 additions & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ dependencies {
implementation("com.google.android.material:material:1.2.0")
implementation("androidx.core:core-ktx:1.0.1")

androidTestUtil("androidx.test:orchestrator:1.3.0")
androidTestUtil("androidx.test:orchestrator:1.4.1")

androidTestImplementation(project(":library"))
androidTestImplementation("org.assertj:assertj-core:2.9.1")
androidTestImplementation("com.nhaarman:mockito-kotlin:1.5.0")
Expand Down

0 comments on commit 7465e38

Please sign in to comment.