Skip to content

Commit b0de9c9

Browse files
Update automation.yaml
1 parent 49c9d25 commit b0de9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# ./app-repo/some_other_file.log
9696
steps:
9797
- 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
98+
run: sh ./gptdriverrunscript.sh ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
9999
env:
100100
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
101101
API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}

0 commit comments

Comments
 (0)