Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/distributionTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:
os: [ubuntu, windows, macos]
runs-on: ${{ matrix.os }}-latest
steps:
- name: Setup Go with cache
uses: jfrog/.github/actions/install-go-with-cache@main

- name: Checkout code
uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Setup Go with cache
uses: jfrog/.github/actions/install-go-with-cache@main
with:
go-version-file: go.mod

- name: Setup FastCI
uses: jfrog-fastci/fastci@v0
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/oidcTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ jobs:
name: OIDC tests (${{ matrix.os.name }})
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
steps:
- name: Setup Go with cache
uses: jfrog/.github/actions/install-go-with-cache@main

- name: Checkout the repository
uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Setup Go with cache
uses: jfrog/.github/actions/install-go-with-cache@main
with:
go-version-file: go.mod

- name: Setup FastCI
uses: jfrog-fastci/fastci@v0
Expand Down
Loading