Skip to content

Commit 822c367

Browse files
authored
Update distributionTests.yml
1 parent 4740608 commit 822c367

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/distributionTests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
os: [ubuntu, windows, macos]
2525
runs-on: ${{ matrix.os }}-latest
2626
steps:
27-
- name: Setup Go with cache
28-
uses: jfrog/.github/actions/install-go-with-cache@main
29-
with:
30-
go-version-file: go.mod
31-
3227
- name: Checkout code
3328
uses: actions/checkout@v5
3429
with:
3530
ref: ${{ github.event.pull_request.head.sha || github.ref }}
31+
32+
- name: Setup Go with cache
33+
uses: jfrog/.github/actions/install-go-with-cache@main
34+
with:
35+
go-version-file: go.mod
3636

3737
- name: Setup FastCI
3838
uses: jfrog-fastci/fastci@v0

0 commit comments

Comments
 (0)