File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -261,19 +261,19 @@ jobs:
261261 echo "Quarkus Fabric8 version: ${{ steps.build-quarkus-pr.outputs.quarkus_f8_version }}"
262262 echo "Effective Fabric8 version: $(./mvnw dependency:tree -P'${{steps.set-mvn-profiles.outputs.maven_profiles}}' ${{inputs.mvnArgs}} -Dincludes=io.fabric8:kubernetes-client-api -pl core/deployment | grep io.fabric8:kubernetes-client-api -m1 | cut -d ':' -f 4)"
263263
264+ - name : Kubernetes KinD Cluster
265+ uses : container-tools/kind-action@v2
266+ with :
267+ registry : true
268+ version : v0.30.0
269+
264270 - name : Build with Maven (JVM)
265271 run : ./mvnw -B formatter:validate install -P'${{steps.set-mvn-profiles.outputs.maven_profiles}}' ${{inputs.mvnArgs}} -DallTests --file pom.xml
266272
267273 - name : Dependency tree on failure
268274 if : failure()
269275 run : ./mvnw -B dependency:tree -Dverbose ${{inputs.mvnArgs}}
270276
271- - name : Kubernetes KinD Cluster
272- uses : container-tools/kind-action@v2
273- with :
274- registry : true
275- version : v0.30.0
276-
277277 - name : Install OPM and Operator SDK tool
278278 uses : redhat-actions/openshift-tools-installer@v1
279279 with :
You can’t perform that action at this time.
0 commit comments