Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Dec 8, 2023
1 parent 40fe92a commit 38bdc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
run: |
curl -u "${{ secrets.BROWSERSTACK_USERNAME }}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" \
-X POST "https://api-cloud.browserstack.com/app-automate/xcuitest/v2/build" \
-d {"${{ steps.upload_ipa.outputs.app_url }},${{ steps.upload_test_zip.outputs.test_suite_url }}","project" : "swift-sample-app-ui-testing" "devices": ["iPhone X-11", "iPhone XS-13"]} \
-d {"app": "${{ steps.upload_ipa.outputs.app_url }}, "testSuite": ${{ steps.upload_test_zip.outputs.test_suite_url }}","project" : "Swift Sample App UI Testing" "devices": ["iPhone X-11", "iPhone XS-13"]} \
-H "Content-Type: application/json"

0 comments on commit 38bdc74

Please sign in to comment.