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 d8d06f2 commit cdf060eCopy full SHA for cdf060e
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
@@ -86,7 +86,7 @@ jobs:
86
- name: Run screenshot tests
87
env:
88
SHOT_TEST: "true"
89
90
91
92
0 commit comments