From d587b4b8fa179a810f57a07e781d306874f13385 Mon Sep 17 00:00:00 2001 From: wind57 Date: Sun, 24 Sep 2023 16:42:35 +0300 Subject: [PATCH] test --- .../composites/build-integration-tests-project/action.yaml | 7 ------- .github/workflows/composites/pre-test-actions/action.yaml | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/composites/build-integration-tests-project/action.yaml b/.github/workflows/composites/build-integration-tests-project/action.yaml index 059551bfe2..a42969ede4 100644 --- a/.github/workflows/composites/build-integration-tests-project/action.yaml +++ b/.github/workflows/composites/build-integration-tests-project/action.yaml @@ -12,13 +12,6 @@ runs: .././mvnw clean install -U cd .. - echo "===================================" - ls ~/.m2/repository/org/springframework/cloud/spring-cloud-kubernetes-fabric8-discovery/3.1.0-SNAPSHOT - echo "===================================" - less ~/.m2/repository/org/springframework/cloud/spring-cloud-kubernetes-fabric8-discovery/3.1.0-SNAPSHOT/_remote.repositories - echo "===================================" - less ~/.m2/repository/org/springframework/cloud/spring-cloud-kubernetes-fabric8-discovery/3.1.0-SNAPSHOT/maven-metadata-local.xml - cd spring-cloud-kubernetes-integration-tests # build the images, but dont run the tests .././mvnw -T 1C clean install -DskipTests diff --git a/.github/workflows/composites/pre-test-actions/action.yaml b/.github/workflows/composites/pre-test-actions/action.yaml index d2bb6b96b9..12ea4b2b6c 100644 --- a/.github/workflows/composites/pre-test-actions/action.yaml +++ b/.github/workflows/composites/pre-test-actions/action.yaml @@ -22,6 +22,11 @@ runs: - name: cache local maven repository uses: ./.github/workflows/composites/cache + - name: build project + shell: bash + run: | + ./mvnw install -B -Dskip.build.image=true -DskipTests -DskipITs -U -T 1C -q + - name: build controllers project uses: ./.github/workflows/composites/build-controllers-project