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 06b432b commit 0aefbdaCopy full SHA for 0aefbda
.github/workflows/automation.yaml
@@ -95,7 +95,10 @@ jobs:
95
# ./app-repo/some_other_file.log
96
steps:
97
- name: Run GPTDriver tests
98
- run: sh ./gptdriverrunscript.sh ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
+ run: |
99
+ echo ls
100
+ ls
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 }}
104
API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
0 commit comments