@@ -184,12 +184,9 @@ jobs:
184
184
${{ runner.os }}-maven-
185
185
186
186
- name : Setup Artifactory
187
- run : |
188
- go install github.com/jfrog/jfrog-testing-infra/local-rt-setup@latest
189
- ~/go/bin/local-rt-setup
190
- env :
191
- RTLIC : ${{secrets.RTLIC}}
192
- GOPROXY : direct
187
+ uses : jfrog/.github/actions/install-local-artifactory@main
188
+ with :
189
+ RTLIC : ${{ secrets.RTLIC }}
193
190
194
191
# Run tests
195
192
- name : Run Tests
@@ -306,12 +303,9 @@ jobs:
306
303
${{ runner.os }}-maven-
307
304
308
305
- name : Setup Artifactory
309
- run : |
310
- go install github.com/jfrog/jfrog-testing-infra/local-rt-setup@latest
311
- ~/go/bin/local-rt-setup
312
- env :
313
- RTLIC : ${{secrets.RTLIC}}
314
- GOPROXY : direct
306
+ uses : jfrog/.github/actions/install-local-artifactory@main
307
+ with :
308
+ RTLIC : ${{ secrets.RTLIC }}
315
309
316
310
# Run tests
317
311
- name : Run Tests
@@ -365,12 +359,9 @@ jobs:
365
359
${{ runner.os }}-maven-
366
360
367
361
- name : Setup Artifactory
368
- run : |
369
- go install github.com/jfrog/jfrog-testing-infra/local-rt-setup@latest
370
- ~/go/bin/local-rt-setup
371
- env :
372
- RTLIC : ${{secrets.RTLIC}}
373
- GOPROXY : direct
362
+ uses : jfrog/.github/actions/install-local-artifactory@main
363
+ with :
364
+ RTLIC : ${{ secrets.RTLIC }}
374
365
375
366
# Run tests
376
367
- name : Run Tests
@@ -419,12 +410,9 @@ jobs:
419
410
${{ runner.os }}-maven-
420
411
421
412
- name : Setup Artifactory
422
- run : |
423
- go install github.com/jfrog/jfrog-testing-infra/local-rt-setup@latest
424
- ~/go/bin/local-rt-setup
425
- env :
426
- RTLIC : ${{secrets.RTLIC}}
427
- GOPROXY : direct
413
+ uses : jfrog/.github/actions/install-local-artifactory@main
414
+ with :
415
+ RTLIC : ${{ secrets.RTLIC }}
428
416
429
417
# Run tests
430
418
- name : Run Tests
0 commit comments