We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c9fa7 commit e24d46aCopy full SHA for e24d46a
.github/workflows/functional-test.yml
@@ -76,7 +76,7 @@ jobs:
76
if: steps.avd-cache.outputs.cache-hit != 'true'
77
uses: reactivecircus/android-emulator-runner@v2
78
with:
79
- api-level: ${{ matrix.api-level }}
+ api-level: ${{ matrix.apiLevel }}
80
force-avd-creation: false
81
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
82
disable-animations: false
0 commit comments