Skip to content

Commit

Permalink
Update iPhone14ProMax_16_Smoke.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina authored Feb 29, 2024
1 parent a7c9086 commit 33da403
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/iPhone14ProMax_16_Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,17 @@ jobs:
- name: Upload to browserstack and trigger tests
run: |
COMMITS=$(curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/ThePalaceProject/ios-binaries/commits)
echo "COMMITS: $COMMITS"
URLS=$(echo $COMMITS | jq -r '.[] | select(.commit.author.name=="runner")' | jq -r '.url')
echo "URLS: $URLS"
URL=${URLS:0:107}
echo "URL: $URL"
echo URL: $URL
RESPONSE=$(curl -H "Accept: application/vnd.github.v3+json" $URL)
readarray -t build_name <<<"$(jq '.files[].filename'<<<$RESPONSE)"
Expand Down

0 comments on commit 33da403

Please sign in to comment.