Skip to content

Commit 222f9e2

Browse files
authored
fix: start kind before main testuite that includes integration-tests (#1206)
1 parent fd2b547 commit 222f9e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)