We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d86bea + 614bbea commit 69e0fdaCopy full SHA for 69e0fda
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.5
+ uses: hannesa2/action-android/install-sdk@0.0.7.7
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.5
+ uses: hannesa2/action-android/emulator-run-cmd@0.0.7.7
35
36
cmd: ./gradlew cAT
37
api: 28
0 commit comments