Skip to content

Commit df8fa53

Browse files
authored
Merge pull request #2164 from newrelic/checkout-ait-cache-5
Checkout ait cache 5 for AIT runs
2 parents 1acd9c6 + 2ffc757 commit df8fa53

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/Test-AITs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,15 @@ jobs:
179179
path: appcache4
180180
lfs: true
181181

182+
- name: Checkout Cache 5
183+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # pin@v4
184+
with:
185+
repository: newrelic/java-ait-cache-5
186+
ref: ${{ inputs.cache-ref || 'main' }}
187+
token: ${{ secrets.AITPAT }}
188+
path: appcache5
189+
lfs: true
190+
182191
# Consolidate caches into one directory
183192
- name: Consolidate caches into Apps directory
184193
run: |

0 commit comments

Comments
 (0)