We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df58bef commit 2477428Copy full SHA for 2477428
1 file changed
.github/workflows/screenShotTest.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: create AVD and generate snapshot for caching
58
if: steps.avd-cache.outputs.cache-hit != 'true'
59
- uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2.35.0
+ uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2.37.0
60
with:
61
api-level: ${{ matrix.api-level }}
62
force-avd-creation: false
@@ -87,7 +87,7 @@ jobs:
87
- name: Run screenshot tests
88
env:
89
SHOT_TEST: "true"
90
91
92
93
0 commit comments