Skip to content

Commit c5ed99e

Browse files
authored
Merge pull request #81 from AppDevNext/OwnAction
Own action with compact logcat
2 parents e6722d4 + a59f645 commit c5ed99e

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: malinskiy/action-android/install-sdk@release/0.0.7
28+
uses: hannesa2/action-android/install-sdk@0.0.7.5
2929
- name: Build project
3030
run: ./gradlew assembleDebug
3131
- name: Run tests
3232
run: ./gradlew test
3333
- name: Run instrumentation tests
34-
uses: malinskiy/action-android/emulator-run-cmd@release/0.0.7
34+
uses: hannesa2/action-android/emulator-run-cmd@0.0.7.5
3535
with:
3636
cmd: ./gradlew cAT
3737
api: 28

0 commit comments

Comments
 (0)