mirror of https://github.com/vernonkeenan/lib
Merge pull request #7 from vernonkeenan/ci/runner-local-caches
ci: eliminate remote-cache download round-trips on the self-hosted runner (DT-KV-018)feat/shared-portal-members-client
commit
3818d47e5d
|
|
@ -35,6 +35,9 @@ jobs:
|
||||||
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
|
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: stable
|
||||||
|
# DT-KV-018: remote actions-cache round-trip (~287MB) vs the
|
||||||
|
# persistent runner-local GOMODCACHE — disable, don't fetch it.
|
||||||
|
cache: false
|
||||||
|
|
||||||
- name: go build ./...
|
- name: go build ./...
|
||||||
run: go build ./...
|
run: go build ./...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue