Skip to content

Commit

Permalink
For debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed May 31, 2024
1 parent 2ded84d commit 6e59df7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/appium-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
run: |
response=$(curl -X POST https://api-cloud.browserstack.com/app-automate/upload -u "${{ secrets.BROWSER_STACK_USER }}:${{ secrets.BROWSER_STACK_KEY }}" -F "file=@sdk/Branch-SDK-Automation-TestBed/build/outputs/apk/debug/Branch-SDK-Automation-TestBed-debug.apk")
parsed=$(echo $response | jq ".app_url")
echo "::add-mask::$parsed"
echo "New App is ========="
echo "$parsed"
echo "BrowserStackAndroidNewBuildKey=$parsed" >> "$GITHUB_ENV"
- name: Upload Link Click Test App APK to BrowserStack
run: |
Expand All @@ -90,7 +91,8 @@ jobs:
run: |
response=$(curl -X POST https://api-cloud.browserstack.com/app-automate/upload -u "${{ secrets.BROWSER_STACK_USER }}:${{ secrets.BROWSER_STACK_KEY }}" -F "file=@previousVersionSDK/Branch-SDK-Automation-TestBed/build/outputs/apk/debug/Branch-SDK-Automation-TestBed-debug.apk")
parsed=$(echo $response | jq ".app_url")
echo "::add-mask::$parsed"
echo "Old app is ========="
echo "$parsed"
echo "BrowserStackAndroidOldBuildKey=$parsed" >> "$GITHUB_ENV"
# automation is compatible with java 11
- name: Setup java for automation
Expand Down

0 comments on commit 6e59df7

Please sign in to comment.