Skip to content

Commit

Permalink
drop the version
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Feb 5, 2024
1 parent 80b1a09 commit 68bbdce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ./gradlew library:testDebug
library-integration:
name: Library (Integration Tests)
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-16x
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -53,6 +53,6 @@ jobs:
- name: Gradle Run Integration Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 27
script: ./gradlew connectedCheck

0 comments on commit 68bbdce

Please sign in to comment.