Skip to content

Commit 0aefbda

Browse files
Update automation.yaml
1 parent 06b432b commit 0aefbda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/automation.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ jobs:
9595
# ./app-repo/some_other_file.log
9696
steps:
9797
- name: Run GPTDriver tests
98-
run: sh ./gptdriverrunscript.sh ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
98+
run: |
99+
echo ls
100+
ls
101+
sh ./gptdriverrunscript.sh ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
99102
env:
100103
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
101104
API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}

0 commit comments

Comments
 (0)