Skip to content

Commit eba334b

Browse files
committed
skip controllers
Signed-off-by: wind57 <[email protected]>
1 parent f0a6a20 commit eba334b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: find all classpath entries
1616
shell: bash
1717
run: |
18-
./mvnw -q exec:exec -Dexec.classpathScope="test" -Dexec.executable="echo" -Dexec.args="%classpath" | tr : "\n" > /tmp/deps.txt
18+
./mvnw -q exec:exec -Dexec.classpathScope="test" -Dexec.executable="echo" -Dexec.args="%classpath" | tr : "\n" | grep -v spring-cloud-kubernetes-controllers > /tmp/deps.txt
1919
2020
- name: find all tests
2121
shell: bash

0 commit comments

Comments
 (0)