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 4214ca0 commit a57d2edCopy full SHA for a57d2ed
.github/workflows/gpt-driver-tests.yml
@@ -146,6 +146,12 @@ jobs:
146
147
mobileboost_url=$(echo "$call" | grep -o '"app_link":"[^"]*"' | cut -d '"' -f 4)
148
echo "${mobileboost_url}" >>$GITHUB_ENV
149
+ curl -X POST https://api.mobileboost.io/tests/execute \
150
+ -H "Content-Type: application/json" \
151
+ -d '{
152
+ "organisationId": "$API_ORG_KEY",
153
+ "platform": "ios"
154
+ }'
155
env:
156
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
157
API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }} # As per vendor design
0 commit comments