Skip to content

Commit 20334cb

Browse files
committed
Rollback CI
1 parent 451a0f7 commit 20334cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on: [push, pull_request]
77

88
jobs:
99
ci:
10-
runs-on: ubuntu-latest
10+
runs-on: macos-latest
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
api-level: [35]
14+
api-level: [29]
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:
@@ -24,13 +24,13 @@ jobs:
2424
distribution: "adopt"
2525

2626
- name: Run Android tests
27-
uses: reactivecircus/android-emulator-runner@v2.33.0
27+
uses: reactivecircus/android-emulator-runner@v2
2828
with:
2929
api-level: ${{ matrix.api-level }}
3030
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
3131
disable-animations: true
3232
arch: x86
33-
script: ./gradlew connectedCheck --stacktrace
33+
script: ./gradlew connectedAndroidTest --stacktrace
3434

3535
- name: Upload results
3636
if: ${{ always() }}

0 commit comments

Comments
 (0)