Fix operator CI installing modules locally
This commit is contained in:
parent
781183e551
commit
36d258537a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/operator-ci.yml
vendored
4
.github/workflows/operator-ci.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
|||
|
||||
- name: Test operator running locally
|
||||
run: |
|
||||
mvn clean verify -Poperator -pl :keycloak-operator -am \
|
||||
mvn clean install -Poperator -pl :keycloak-operator -am \
|
||||
-Dquarkus.kubernetes.image-pull-policy=IfNotPresent \
|
||||
-Doperator.keycloak.image=keycloak:${{ steps.vars.outputs.version }} \
|
||||
-Dtest.operator.custom.image=custom-keycloak:${{ steps.vars.outputs.version }} \
|
||||
|
@ -126,7 +126,7 @@ jobs:
|
|||
- name: Test operator running in cluster
|
||||
run: |
|
||||
eval $(minikube -p minikube docker-env)
|
||||
mvn clean verify -Poperator -pl :keycloak-operator -am \
|
||||
mvn clean install -Poperator -pl :keycloak-operator -am \
|
||||
-Dquarkus.container-image.build=true \
|
||||
-Dquarkus.kubernetes.image-pull-policy=IfNotPresent \
|
||||
-Doperator.keycloak.image=keycloak:${{ steps.vars.outputs.version }} \
|
||||
|
|
Loading…
Reference in a new issue