Skip to content

Commit 32ea190

Browse files
Fix
1 parent 65402d0 commit 32ea190

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ui.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,6 @@ jobs:
134134
fi
135135
done
136136
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-
145137
- name: Poll and Collect Results
146138
run: |
147139
echo "📡 Polling BrowserStack for build ID: $RUN_ID"

0 commit comments

Comments
 (0)