Skip to content

Commit

Permalink
debugging again
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Dec 8, 2023
1 parent 9df8091 commit 70e1542
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 @@ -72,7 +72,7 @@ jobs:
response=$(curl -u "${{ secrets.BROWSERSTACK_USERNAME}}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" \
-X POST "https://api-cloud.browserstack.com/app-automate/xcuitest/v2/test-suite" \
-F "file=@${{ github.workspace }}/build-swift-sample-app/swift-sample-app-ui-test.zip" \
-F "custom_id=swift-sample-app-ui-test"; echo "response=$response" >> $GITHUB_OUTPUT
-F "custom_id=swift-sample-app-ui-test"); echo "response=$response" >> $GITHUB_OUTPUT
- name: execute test suite on browserstack
run: |
Expand Down

0 comments on commit 70e1542

Please sign in to comment.