Skip to content

Commit

Permalink
Change CI to run on ios-migrate branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Oct 25, 2023
1 parent 4a987bb commit ecd75f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/browerstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: BrowserStack CI

on:
push:
branches: [ main ]
branches: [ ios-migrate ]
pull_request:
branches: [ main ]
branches: [ ios-migrate ]
env:
GOPRIVATE: github.com/getlantern

Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
response_ios=$(curl -u "$BROWSERSTACK_USERNAME:$BROWSERSTACK_ACCESS_KEY" \
-X POST "https://api-cloud.browserstack.com/app-automate/upload" \
-F "file=@$BROWSERSTACK_IOS_APP_PATH" \
-F "ios_keychain_support=true" \
-F "custom_id=LanternAppIOS") # Custom ID for the iOS app
app_url_ios=$(echo $response_ios | jq -r .app_url)
echo "iOS app URL: $app_url_ios"
Expand Down
6 changes: 3 additions & 3 deletions appium_kotlin/app/src/test/resources/live/live_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"platformName": "Android"
},
{
"appium:deviceName": "Google Pixel 7 Pro",
"platformVersion": "13.0",
"platformName": "Android"
"appium:deviceName": "iPhone 12 Pro Max",
"platformVersion": "16.0",
"platformName": "iOS"
},
{
"appium:deviceName": "Google Pixel 3 XL",
Expand Down

0 comments on commit ecd75f3

Please sign in to comment.