Skip to content

Commit e24d46a

Browse files
authored
ci: fix typo
1 parent b1c9fa7 commit e24d46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: steps.avd-cache.outputs.cache-hit != 'true'
7777
uses: reactivecircus/android-emulator-runner@v2
7878
with:
79-
api-level: ${{ matrix.api-level }}
79+
api-level: ${{ matrix.apiLevel }}
8080
force-avd-creation: false
8181
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8282
disable-animations: false

0 commit comments

Comments
 (0)