Skip to content

Commit

Permalink
Use default emulator target on CI. (coil-kt#478)
Browse files Browse the repository at this point in the history
* Use default emulator target on CI.

* Revert to 29 temporarily.
  • Loading branch information
colinrtwhite authored Jul 31, 2020
1 parent 580373d commit 194ec5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: true
matrix:
api-level: [15, 19, 21, 25, 30]
api-level: [15, 19, 21, 25, 29]
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
Expand All @@ -74,7 +74,6 @@ jobs:
api-level: ${{ matrix.api-level }}
arch: x86
script: ./gradlew connectedDebugAndroidTest
target: google_apis

deploy-snapshot:
name: Deploy snapshot
Expand Down

0 comments on commit 194ec5f

Please sign in to comment.