Skip to content

Commit

Permalink
Merge pull request #1600 from bhumi46/develop
Browse files Browse the repository at this point in the history
[DSD-6142] Updated java21 env in workflow file after build for both android and ios
  • Loading branch information
Prafulrakhade authored Sep 4, 2024
2 parents d19c7c4 + 687fde5 commit dd1108e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ui-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ jobs:
name: residentapp
path: ios/Inji.ipa
retention-days: 10

- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'

- name: Run UI Automation Tests on BrowserStack
run: |
Expand Down

0 comments on commit dd1108e

Please sign in to comment.