Skip to content

Commit 5780337

Browse files
committed
remove all testing modules from dependency graph
1 parent a0a23db commit 5780337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: dependency-submission
2626
uses: gradle/actions/dependency-submission@v4
2727
with:
28-
dependency-graph-exclude-projects: ':(typed-ids-testing|testing-*)'
28+
dependency-graph-exclude-projects: ':(*-testing|testing-*)'
2929
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
3030

3131
- name: Also upload the raw dependency graph as an artifact

0 commit comments

Comments
 (0)