Skip to content

Commit

Permalink
Docker Web Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 20, 2024
1 parent 12b06d6 commit 8556c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker_android_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker Android Tests Workflow

env:
TAGS: "android_mobile_tests"
PROJECT_LOCATION: ${{ github.workspace }}
USING_DOCKER: 'True'

on:
Expand Down
2 changes: 1 addition & 1 deletion configs/android_mobile_docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browserstack": "False",
"deviceName": "emulator-5554",
"platformName": "android",
"app": "app files/builds/Android-MyDemoAppRN.1.3.0.build-244.apk",
"app": "/home/runner/work/pytest-automation-boilerplate/pytest-automation-boilerplate/app files/builds/Android-MyDemoAppRN.1.3.0.build-244.apk",
"noReset": false,
"newCommandTimeout": 3600
}
Expand Down

0 comments on commit 8556c34

Please sign in to comment.