Skip to content

Commit 9165378

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

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/shared-build-and-test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
steps:
2929
- name: Checkout repo
3030
uses: actions/checkout@v4
31+
32+
- name: Checkout uid2-shared-actions repo
33+
uses: actions/checkout@v4
34+
with:
35+
ref: kcc-UID2-3858-verify-no-of-tests-run
36+
repository: IABTechLab/uid2-shared-actions
37+
path: uid2-shared-actions
3138

3239
- name: Set up JDK
3340
if: ${{ inputs.vulnerability_scan_only == 'false' }}

.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)