Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build-for-quarkus-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,19 +261,19 @@ jobs:
echo "Quarkus Fabric8 version: ${{ steps.build-quarkus-pr.outputs.quarkus_f8_version }}"
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)"

- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v2
with:
registry: true
version: v0.30.0

- name: Build with Maven (JVM)
run: ./mvnw -B formatter:validate install -P'${{steps.set-mvn-profiles.outputs.maven_profiles}}' ${{inputs.mvnArgs}} -DallTests --file pom.xml

- name: Dependency tree on failure
if: failure()
run: ./mvnw -B dependency:tree -Dverbose ${{inputs.mvnArgs}}

- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v2
with:
registry: true
version: v0.30.0

- name: Install OPM and Operator SDK tool
uses: redhat-actions/openshift-tools-installer@v1
with:
Expand Down
Loading