Skip to content

Commit

Permalink
Update appium-automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed May 31, 2024
1 parent 29a1429 commit 0d4e563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appium-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: ${{ !( github.ref == 'refs/heads/master')}}
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")
parsed=$(echo $response | jq -r ".app_url")
echo "::add-mask::$parsed"
echo "BrowserStackAndroidOldBuildKey=$parsed" >> "$GITHUB_ENV"
# automation is compatible with java 11
Expand Down

0 comments on commit 0d4e563

Please sign in to comment.