Skip to content

Commit

Permalink
in frontend tests: keycloak v24.02 > v26.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clean-coder authored and peggimann committed Oct 30, 2024
1 parent 89b8328 commit e0489b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
run: |
docker run -d \
--name my_keycloak \
-e KEYCLOAK_ADMIN=admin \
-e KEYCLOAK_ADMIN_PASSWORD=keycloak \
-e KC_BOOTSTRAP_ADMIN_USERNAME=admin26 \
-e KC_BOOTSTRAP_ADMIN_PASSWORD=keycloak26 \
-v ./docker/config/realm-export-pitc.json:/opt/keycloak/data/import/realm-pitc.json \
-p 8544:8080 \
quay.io/keycloak/keycloak:24.0.2 \
quay.io/keycloak/keycloak:26.0.1 \
start-dev --import-realm
- name: start backend
Expand Down

0 comments on commit e0489b3

Please sign in to comment.