mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix setup-go typos (#9634)
* Fix setup-go typos Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
935ad1dbac
commit
29c73e6965
@ -10,6 +10,7 @@ runs:
|
||||
|
||||
- name: Prepare for go cache
|
||||
if: ${{ github.ref != 'refs/heads/master' }}
|
||||
shell: bash
|
||||
run: |
|
||||
echo "GO_CACHE=$(go env GOCACHE)" | tee -a "$GITHUB_ENV"
|
||||
echo "GO_MODCACHE=$(go env GOMODCACHE)" | tee -a "$GITHUB_ENV"
|
2
.github/workflows/integration.yaml
vendored
2
.github/workflows/integration.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Install Go
|
||||
uses: .github/actions/setup-go
|
||||
uses: ./.github/actions/setup-go
|
||||
- name: "Download k3s binary"
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
2
.github/workflows/unitcoverage.yaml
vendored
2
.github/workflows/unitcoverage.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Install Go
|
||||
uses: .github/actions/setup-go
|
||||
uses: ./.github/actions/setup-go
|
||||
- name: Run Unit Tests
|
||||
run: |
|
||||
go test -coverpkg=./... -coverprofile=coverage.out ./pkg/... -run Unit
|
||||
|
Loading…
Reference in New Issue
Block a user