Skip to content

Commit c1fe1da

Browse files
committed
add explanation
Signed-off-by: wind57 <[email protected]>
1 parent eba334b commit c1fe1da

File tree

1 file changed

+2
-0
lines changed
  • .github/workflows/composites/maven-build-with-dry-run-for-tests

1 file changed

+2
-0
lines changed

.github/workflows/composites/maven-build-with-dry-run-for-tests/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ runs:
1515
- name: find all classpath entries
1616
shell: bash
1717
run: |
18+
# skip 'spring-cloud-kubernetes-controllers' project since we do not want to run tests from it.
19+
# we already do that in the 'build-controllers-project/action.yaml', that happens before this step
1820
./mvnw -q exec:exec -Dexec.classpathScope="test" -Dexec.executable="echo" -Dexec.args="%classpath" | tr : "\n" | grep -v spring-cloud-kubernetes-controllers > /tmp/deps.txt
1921
2022
- name: find all tests

0 commit comments

Comments
 (0)