Skip to content

Commit

Permalink
remove actions/cache from kind-e2e-tests.yaml
Browse files Browse the repository at this point in the history
it's already done by setup-go action and we get all those errors:

/usr/bin/tar:
github.com/mitchellh/[email protected]/README.md:
Cannot open: File exists 25 /usr/bin/tar:
github.com/mitchellh/[email protected]/go.mod:
Cannot open: File exists 26 /usr/bin/tar:
github.com/mitchellh/[email protected]/CHANGELOG.md:
Cannot open: File exists 27 Error: /usr/bin/tar:
github.com/mitchellh/[email protected]/decode_hooks.go:
Cannot open: File exists 28 Error: /usr/bin/tar:
github.com/mitchellh/[email protected]/mapstructure_examples_test.go:
Cannot open: File exists 29 Error: /usr/bin/tar:
github.com/mitchellh/[email protected]/mapstructure_test.go:
Cannot open: File exists

makes running the workflow faster too

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Feb 21, 2024
1 parent 75bc53f commit b4321b9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/kind-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ jobs:
with:
go-version-file: "go.mod"

- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/.cache/pip
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: ko-build/[email protected]

- name: Install gosmee
Expand Down

0 comments on commit b4321b9

Please sign in to comment.