diff --git a/.github/workflows/android-browserstack.yml b/.github/workflows/android-browserstack.yml index 2af1f39e..7acf45c9 100644 --- a/.github/workflows/android-browserstack.yml +++ b/.github/workflows/android-browserstack.yml @@ -75,7 +75,7 @@ jobs: --project_name "Leopard-Android" --devices "android-min-max" --app_path "leopard-test-app/build/outputs/apk/en/debug/leopard-test-app-en-debug.apk" - --test_path "leopard-test-app/build/outputs/apk/en/androidTest/debug/leopard-test-app-en-debug-androidTest.apk" + --test_path "leopard-test-app/build/outputs/apk/androidTest/en/debug/leopard-test-app-en-debug-androidTest.apk" build-integ: name: Run Android Integration Tests on BrowserStack