Skip to content

Commit 69e0fda

Browse files
authored
Merge pull request #84 from AppDevNext/FixCI
Fix CI
2 parents 5d86bea + 614bbea commit 69e0fda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Android-CI-Espresso.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
with:
2626
java-version: ${{ matrix.java_version }}
2727
- name: Install Android SDK
28-
uses: hannesa2/action-android/install-sdk@0.0.7.5
28+
uses: hannesa2/action-android/install-sdk@0.0.7.7
2929
- name: Build project
3030
run: ./gradlew assembleDebug
3131
- name: Run tests
3232
run: ./gradlew test
3333
- name: Run instrumentation tests
34-
uses: hannesa2/action-android/emulator-run-cmd@0.0.7.5
34+
uses: hannesa2/action-android/emulator-run-cmd@0.0.7.7
3535
with:
3636
cmd: ./gradlew cAT
3737
api: 28

0 commit comments

Comments
 (0)