Skip to content

Commit e0b111a

Browse files
committed
Add checkout uid2-shared-actions step
1 parent 6bac3f5 commit e0b111a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/shared-publish-to-maven-versioned.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161

62+
- name: Checkout uid2-shared-actions repo
63+
uses: actions/checkout@v4
64+
with:
65+
ref: kcc-UID2-3858-verify-no-of-tests-run
66+
repository: IABTechLab/uid2-shared-actions
67+
path: uid2-shared-actions
68+
6269
- name: Set up JDK
6370
uses: actions/setup-java@v4
6471
with:

0 commit comments

Comments
 (0)