We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f7ea86 + 1d110e8 commit c27a943Copy full SHA for c27a943
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: hannesa2/action-android/install-sdk@0.0.7.7
+ uses: malinskiy/action-android/install-sdk@release/0.1.0
29
- name: Build project
30
run: ./gradlew assembleDebug
31
- name: Run tests
32
run: ./gradlew test
33
- name: Run instrumentation tests
34
- uses: hannesa2/action-android/emulator-run-cmd@0.0.7.7
+ uses: malinskiy/action-android/emulator-run-cmd@release/0.1.0
35
36
cmd: ./gradlew cAT
37
api: 28
0 commit comments