We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c9d25 commit b0de9c9Copy full SHA for b0de9c9
.github/workflows/automation.yaml
@@ -95,7 +95,7 @@ jobs:
95
# ./app-repo/some_other_file.log
96
steps:
97
- name: Run GPTDriver tests
98
- run: curl https://app.mobileboost.io/cli.sh | bash ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
+ run: sh ./gptdriverrunscript.sh ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
99
env:
100
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
101
API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
0 commit comments