Remove Java setup from testing job (#2444)

This commit is contained in:
Jon Koops 2022-04-13 13:07:08 +02:00 committed by GitHub
parent 5f47c3952b
commit 6bdb78f01e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,14 +91,6 @@ jobs:
if: steps.cache-node-modules.outputs.cache-hit != 'true' if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci run: npm ci
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
check-latest: true
cache: maven
- name: Restore Keycloak server - name: Restore Keycloak server
uses: actions/cache@v3 uses: actions/cache@v3
with: with: