Skip to content

Commit a57d2ed

Browse files
committed
Update gpt-driver-tests.yml
1 parent 4214ca0 commit a57d2ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gpt-driver-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ jobs:
146146
147147
mobileboost_url=$(echo "$call" | grep -o '"app_link":"[^"]*"' | cut -d '"' -f 4)
148148
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+
}'
149155
env:
150156
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
151157
API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }} # As per vendor design

0 commit comments

Comments
 (0)