Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Sep 24, 2023
1 parent 2c9c3ea commit d587b4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/composites/pre-test-actions/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d587b4b

Please sign in to comment.