Skip to content

Commit

Permalink
Fix Setup Artifactory in the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Aug 9, 2024
1 parent b82ee06 commit 1f1a914
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,9 @@ jobs:
${{ runner.os }}-maven-
- name: Setup Artifactory
run: |
go install github.com/jfrog/jfrog-testing-infra/local-rt-setup@latest
~/go/bin/local-rt-setup
env:
RTLIC: ${{secrets.RTLIC}}
GOPROXY: direct
uses: jfrog/.github/actions/install-local-artifactory@main
with:
RTLIC: ${{ secrets.RTLIC }}

# Run tests
- name: Run Tests
Expand Down

0 comments on commit 1f1a914

Please sign in to comment.