mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
Merge pull request #1600 from bhumi46/develop
[DSD-6142] Updated java21 env in workflow file after build for both android and ios
This commit is contained in:
6
.github/workflows/ui-automation.yml
vendored
6
.github/workflows/ui-automation.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user