Skip to content

Commit d6359b5

Browse files
Update automation.yaml
1 parent 93ebd19 commit d6359b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/automation.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ jobs:
9393
# ./app-repo/app/build/outputs/apk/debug/app-debug.apk
9494
# ./app-repo/app/build/reports/
9595
# ./app-repo/some_other_file.log
96-
- name: Make script executable
97-
run: chmod +x gptdriverrunscript.sh
9896
- name: Run GPTDriver tests
9997
run: |
10098
ls -alR
99+
chmod +x gptdriverrunscript.sh
101100
sh gptdriverrunscript.sh ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
102101
env:
103102
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}

0 commit comments

Comments
 (0)