Skip to content

Commit 68bbdce

Browse files
committed
drop the version
1 parent 80b1a09 commit 68bbdce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./gradlew library:testDebug
3131
library-integration:
3232
name: Library (Integration Tests)
33-
runs-on: ubuntu-latest
33+
runs-on: warp-ubuntu-latest-x64-16x
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v4
@@ -53,6 +53,6 @@ jobs:
5353
- name: Gradle Run Integration Tests
5454
uses: reactivecircus/android-emulator-runner@v2
5555
with:
56-
api-level: 29
56+
api-level: 27
5757
script: ./gradlew connectedCheck
5858

0 commit comments

Comments
 (0)