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 1f1a914 commit 541ae68
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions .github/workflows/integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,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 Expand Up @@ -306,12 +303,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 Expand Up @@ -365,12 +359,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 Expand Up @@ -419,12 +410,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 541ae68

Please sign in to comment.