Skip to content

Commit 6176f4a

Browse files
committed
"defining different artifactory home for all the os"
1 parent 2dafe9d commit 6176f4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

33+
- name: Set unique Artifactory home
34+
run: echo "ARTIFACTORY_HOME=$(mktemp -d)" >> $GITHUB_ENV
35+
36+
3337
- name: Setup Go with cache
3438
uses: jfrog/.github/actions/install-go-with-cache@main
3539

0 commit comments

Comments
 (0)