Use same Java version when starting Keycloak for Cypress tests (#21454)
This commit is contained in:
parent
bde57ca839
commit
d2f1bdf465
1 changed files with 6 additions and 0 deletions
6
.github/workflows/js-ci.yml
vendored
6
.github/workflows/js-ci.yml
vendored
|
@ -226,6 +226,12 @@ jobs:
|
|||
with:
|
||||
name: keycloak
|
||||
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
|
||||
- name: Start Keycloak Server
|
||||
run: |
|
||||
tar xfvz keycloak-999.0.0-SNAPSHOT.tar.gz
|
||||
|
|
Loading…
Reference in a new issue