Skip to content

Commit f8c726c

Browse files
Update automation.yaml
1 parent 4deeb45 commit f8c726c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/automation.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
# ./app-repo/app/build/reports/
9595
# ./app-repo/some_other_file.log
9696
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
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

0 commit comments

Comments
 (0)