mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[DSD-6142] Updated java21 env in workflow file and reverted compiler check
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
This commit is contained in:
9
.github/workflows/ui-automation.yml
vendored
9
.github/workflows/ui-automation.yml
vendored
@@ -47,14 +47,10 @@ jobs:
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18.x'
|
||||
- name: work dir
|
||||
run: pwd
|
||||
- name: Compile with Maven
|
||||
run: mvn clean compile -X
|
||||
working-directory: injitest/
|
||||
|
||||
- name: Cache npm dependencies
|
||||
uses: actions/cache@v3.3.1
|
||||
@@ -138,9 +134,6 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18.x'
|
||||
|
||||
- name: Compile with Maven
|
||||
run: mvn clean compile -X
|
||||
|
||||
- name: Cache npm dependencies
|
||||
uses: actions/cache@v3.3.1
|
||||
|
||||
Reference in New Issue
Block a user