[DSD-6142] Updated java21 env in workflow file after build for both android and ios

Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
This commit is contained in:
bhumi46
2024-09-04 17:53:58 +05:30
committed by GitHub
parent d19c7c4157
commit 687fde5942

View File

@@ -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: |