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 65402d0 commit 32ea190Copy full SHA for 32ea190
.github/workflows/ui.yml
@@ -134,14 +134,6 @@ jobs:
134
fi
135
done
136
137
- RESPONSE=$(curl -s -u "$BROWSERSTACK_USERNAME:$BROWSERSTACK_ACCESS_KEY" \
138
- -X POST "https://api-cloud.browserstack.com/app-automate/espresso/v2/build" \
139
- -H "Content-Type: application/json" \
140
- -d @run_payload.json)
141
-
142
- echo "$RESPONSE" | tee run_response.json
143
- echo "RUN_ID=$(jq -r '.build_id' <<< "$RESPONSE")" >> $GITHUB_ENV
144
145
- name: Poll and Collect Results
146
run: |
147
echo "📡 Polling BrowserStack for build ID: $RUN_ID"
0 commit comments