Skip to content

Commit

Permalink
Update Tests Local RT Setup action (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Sep 9, 2024
1 parent 8377109 commit 4e451f6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install Java
uses: actions/setup-java@v4
Expand All @@ -30,12 +32,9 @@ jobs:
cache: false

- 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 }}

- name: Run tests
env:
Expand Down

0 comments on commit 4e451f6

Please sign in to comment.