Skip to content

Commit 8b7dcaf

Browse files
committed
Update workflow config
1 parent f7cea68 commit 8b7dcaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-leap-chat-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
echo "$SERVICE_ACCOUNT" > /tmp/service_account.json
3333
gcloud auth activate-service-account --key-file=/tmp/service_account.json
3434
gcloud firebase test android run --type instrumentation \
35-
--app app/build/outputs/apk/debug/app-debug.apk \
36-
--test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
35+
--app Android/LeapChat/app/build/outputs/apk/debug/app-debug.apk \
36+
--test Android/LeapChat/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
3737
--device model=MediumPhone.arm,version=36,locale=en,orientation=portrait \
3838
--project liquid-leap
3939
env:

0 commit comments

Comments
 (0)