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 4deeb45 commit f8c726cCopy full SHA for f8c726c
.github/workflows/automation.yaml
@@ -94,9 +94,9 @@ jobs:
94
# ./app-repo/app/build/reports/
95
# ./app-repo/some_other_file.log
96
steps:
97
- - 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
99
- env:
100
- API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
101
- API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
102
- TEST_TAGS: Release
+ - name: Run GPTDriver tests
+ run: curl https://app.mobileboost.io/cli.sh | bash ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
+ env:
+ API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
+ API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
+ TEST_TAGS: Release
0 commit comments