Skip to content

Commit 6701aa1

Browse files
committed
fix testing modules names
1 parent 3adbdcf commit 6701aa1

File tree

37 files changed

+1
-1
lines changed

37 files 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-*)'
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)