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 f0a6a20 commit eba334bCopy full SHA for eba334b
.github/workflows/composites/maven-build-with-dry-run-for-tests/action.yaml
@@ -15,7 +15,7 @@ runs:
15
- name: find all classpath entries
16
shell: bash
17
run: |
18
- ./mvnw -q exec:exec -Dexec.classpathScope="test" -Dexec.executable="echo" -Dexec.args="%classpath" | tr : "\n" > /tmp/deps.txt
+ ./mvnw -q exec:exec -Dexec.classpathScope="test" -Dexec.executable="echo" -Dexec.args="%classpath" | tr : "\n" | grep -v spring-cloud-kubernetes-controllers > /tmp/deps.txt
19
20
- name: find all tests
21
0 commit comments