Skip to content

Commit 1f1a914

Browse files
committed
Fix Setup Artifactory in the integration tests
1 parent b82ee06 commit 1f1a914

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/integrationTests.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,9 @@ jobs:
9191
${{ runner.os }}-maven-
9292
9393
- name: Setup Artifactory
94-
run: |
95-
go install github.com/jfrog/jfrog-testing-infra/local-rt-setup@latest
96-
~/go/bin/local-rt-setup
97-
env:
98-
RTLIC: ${{secrets.RTLIC}}
99-
GOPROXY: direct
94+
uses: jfrog/.github/actions/install-local-artifactory@main
95+
with:
96+
RTLIC: ${{ secrets.RTLIC }}
10097

10198
# Run tests
10299
- name: Run Tests

0 commit comments

Comments
 (0)