mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
ci: add -core suffix to mods action (#15015)
Forgot to add this line to the new mods action; without it, it creates a cache different from the one used by the other jobs.
This commit is contained in:
1
.github/workflows/test-core.yaml
vendored
1
.github/workflows/test-core.yaml
vendored
@@ -38,6 +38,7 @@ jobs:
|
||||
- uses: magnetikonline/action-golang-cache@v1
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache-key-suffix: -core
|
||||
- name: Pre-cache Go modules
|
||||
run: |
|
||||
make tidy
|
||||
|
||||
Reference in New Issue
Block a user