Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Nov 10, 2023
1 parent eaeff38 commit bba3cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
with:
go-version: ${{ env.GOLANG_VERSION }}

# Add a step to clean up the Go module cache
- name: Clean up Go module cache
run: go clean -modcache
# Populate the Go module cache by downloading dependencies
- name: Download Go modules
run: go mod download

# Add a step to check the available disk space
- name: Check disk space
Expand Down

0 comments on commit bba3cb4

Please sign in to comment.