Skip to content

Commit

Permalink
cicd: remove second go-caching action
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Apr 18, 2024
1 parent c42bee6 commit 6861b80
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
- uses: ./.github/actions/go-cache
with:
go: ${{ steps.setup.setup-go.go_version }}
- name: Warm cache
if: steps.setup-go.outputs.cache-hit != 'true'
run: |
# go mod download
find . -name go.mod -type f -execdir go mod download \;
- id: mod
run: ./.github/script/nightly-module.sh
- id: novelty
Expand Down

0 comments on commit 6861b80

Please sign in to comment.