We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6722d4 + a59f645 commit c5ed99eCopy full SHA for c5ed99e
1 file changed
.github/workflows/Android-CI-Espresso.yml
@@ -25,13 +25,13 @@ jobs:
25
with:
26
java-version: ${{ matrix.java_version }}
27
- name: Install Android SDK
28
- uses: malinskiy/action-android/install-sdk@release/0.0.7
+ uses: hannesa2/action-android/install-sdk@0.0.7.5
29
- name: Build project
30
run: ./gradlew assembleDebug
31
- name: Run tests
32
run: ./gradlew test
33
- name: Run instrumentation tests
34
- uses: malinskiy/action-android/emulator-run-cmd@release/0.0.7
+ uses: hannesa2/action-android/emulator-run-cmd@0.0.7.5
35
36
cmd: ./gradlew cAT
37
api: 28
0 commit comments