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 93ebd19 commit d6359b5Copy full SHA for d6359b5
.github/workflows/automation.yaml
@@ -93,11 +93,10 @@ jobs:
93
# ./app-repo/app/build/outputs/apk/debug/app-debug.apk
94
# ./app-repo/app/build/reports/
95
# ./app-repo/some_other_file.log
96
- - name: Make script executable
97
- run: chmod +x gptdriverrunscript.sh
98
- name: Run GPTDriver tests
99
run: |
100
ls -alR
+ chmod +x gptdriverrunscript.sh
101
sh gptdriverrunscript.sh ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
102
env:
103
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
0 commit comments