[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:
bhumi46
2024-09-04 13:06:39 +05:30
committed by GitHub
parent adce16d8f9
commit 52b8d4f92e

View File

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