Skip to content

Commit

Permalink
fix android paths
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 15, 2024
1 parent 3bdd76b commit 5a01623
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
--access_key "${{secrets.BROWSERSTACK_ACCESS_KEY}}"
--project_name "Rhino-Android"
--devices "android-min-max"
--app_path "rhino-test-app/build/outputs/apk/debug/rhino-test-app-debug.apk"
--test_path "rhino-test-app/build/outputs/apk/androidTest/debug/rhino-test-app-debug-androidTest.apk"
--app_path "rhino-test-app/build/outputs/apk/en/debug/rhino-test-app-en-debug.apk"
--test_path "rhino-test-app/build/outputs/apk/androidTest/en/debug/rhino-test-app-en-debug-androidTest.apk"

build-integ:
name: Run Android Integration Tests on BrowserStack
Expand Down Expand Up @@ -129,5 +129,5 @@ jobs:
--access_key "${{secrets.BROWSERSTACK_ACCESS_KEY}}"
--project_name "Rhino-Android-Integration"
--devices "android-min-max"
--app_path "rhino-test-app/build/outputs/apk/release/rhino-test-app-release.apk"
--test_path "rhino-test-app/build/outputs/apk/androidTest/release/rhino-test-app-release-androidTest.apk"
--app_path "rhino-test-app/build/outputs/apk/en/release/rhino-test-app-en-release.apk"
--test_path "rhino-test-app/build/outputs/apk/androidTest/en/release/rhino-test-app-en-release-androidTest.apk"
4 changes: 2 additions & 2 deletions .github/workflows/android-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
--access_key "${{secrets.BROWSERSTACK_ACCESS_KEY}}"
--project_name "Rhino-Android-Performance"
--devices "${{ matrix.device }}"
--app_path "rhino-test-app/build/outputs/apk/debug/rhino-test-app-debug.apk"
--test_path "rhino-test-app/build/outputs/apk/androidTest/debug/rhino-test-app-debug-androidTest.apk"
--app_path "rhino-test-app/build/outputs/apk/en/debug/rhino-test-app-en-debug.apk"
--test_path "rhino-test-app/build/outputs/apk/androidTest/en/debug/rhino-test-app-en-debug-androidTest.apk"

0 comments on commit 5a01623

Please sign in to comment.