Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit c9dfb25

Browse files
committed
ci: call the task in ci.yaml
1 parent d68a86d commit c9dfb25

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
- run: java -version
8484
- name: Build and install local Maven repository
8585
run: ./gradlew build publishToMavenLocal -x test -x signMavenJavaPublication
86+
- name: Generate artifact list (linkage-monitor-artifacts.txt) for Linkage Monitor
87+
run: ./gradlew createLinkageMonitorArtifactList
8688
- name: Check dependency conflicts with the latest Libraries BOM
8789
uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
8890
- name: Check dependency conflicts in the gax artifacts

0 commit comments

Comments
 (0)