We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba334b commit c1fe1daCopy full SHA for c1fe1da
.github/workflows/composites/maven-build-with-dry-run-for-tests/action.yaml
@@ -15,6 +15,8 @@ runs:
15
- name: find all classpath entries
16
shell: bash
17
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
20
./mvnw -q exec:exec -Dexec.classpathScope="test" -Dexec.executable="echo" -Dexec.args="%classpath" | tr : "\n" | grep -v spring-cloud-kubernetes-controllers > /tmp/deps.txt
21
22
- name: find all tests
0 commit comments