File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060
6161 - name : Create AVD and generate snapshot for caching
6262 if : steps.avd-cache.outputs.cache-hit != 'true'
63- uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # pin@v2
63+ uses : reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # pin@v2
6464 with :
6565 api-level : 30
6666 target : aosp_atd
7979
8080 # We tried to use the cache action to cache gradle stuff, but it made tests slower and timeout
8181 - name : Run instrumentation tests
82- uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # pin@v2
82+ uses : reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # pin@v2
8383 with :
8484 api-level : 30
8585 target : aosp_atd
Original file line number Diff line number Diff line change 9696
9797 - name : Create AVD and generate snapshot for caching
9898 if : steps.avd-cache.outputs.cache-hit != 'true'
99- uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # pin@v2
99+ uses : reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # pin@v2
100100 with :
101101 api-level : ${{ matrix.api-level }}
102102 target : ${{ matrix.target }}
@@ -120,7 +120,7 @@ jobs:
120120 version : ${{env.MAESTRO_VERSION}}
121121
122122 - name : Run tests
123- uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # pin@v2.34 .0
123+ uses : reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # pin@v2.35 .0
124124 with :
125125 api-level : ${{ matrix.api-level }}
126126 target : ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments