Skip to content

Commit e3c2c75

Browse files
committed
Fix CI configuration
1 parent 9b4ffe7 commit e3c2c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
gcloud auth activate-service-account --key-file=${HOME}/gcloud-service-key.json
3636
gcloud --quiet config set project $GOOGLE_PROJECT_ID
3737
- name: Run Instrumented Tests with Firebase Test Lab
38-
run: gcloud firebase test android run --type instrumentation --app example/build/outputs/apk/debug/example-debug.apk --test example/build/outputs/apk/androidTest/debug/example-debug-androidTest.apk --device model=NexusLowRes,version=API_VERSION,locale=en,orientation=portrait --timeout 30m
38+
run: gcloud firebase test android run --type instrumentation --app example/build/outputs/apk/debug/example-debug.apk --test example/build/outputs/apk/androidTest/debug/example-debug-androidTest.apk --device model=NexusLowRes,version=$API_VERSION,locale=en,orientation=portrait --timeout 30m
3939
env:
4040
API_VERSION: ${{ matrix.api-version }}

0 commit comments

Comments
 (0)