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 9b4ffe7 commit e3c2c75Copy full SHA for e3c2c75
.github/workflows/android.yml
@@ -35,6 +35,6 @@ jobs:
35
gcloud auth activate-service-account --key-file=${HOME}/gcloud-service-key.json
36
gcloud --quiet config set project $GOOGLE_PROJECT_ID
37
- 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
+ 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
39
env:
40
API_VERSION: ${{ matrix.api-version }}
0 commit comments