Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
grablack committed Aug 12, 2024
1 parent a309fca commit 7ccb2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/espresso-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
run: |
APP_APK_PATH=./demo/build/outputs/apk/release/demo-release-unsigned.apk
APP_APK_PATH=./demo/build/outputs/apk/debug/demo-debug.apk
TEST_APK_PATH=./demo/build/outputs/apk/androidTest/debug/demo-debug-androidTest.apk
echo "App APK path: $APP_APK_PATH"
Expand Down

0 comments on commit 7ccb2e8

Please sign in to comment.