Fix go mod download in checkout action (#1128)
* Fix go mod download in checkout * Make CI filechange checker .github/actions Co-authored-by: Keepers <ryanfkeepers@gmail.com>
This commit is contained in:
parent
8309e3978e
commit
9d5c53299d
2
.github/actions/go-setup-cache/action.yml
vendored
2
.github/actions/go-setup-cache/action.yml
vendored
@ -55,7 +55,7 @@ runs:
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
# cover all the bases, just to be make sure we loaded everything we'll use
|
||||
run: |
|
||||
go mod download -v
|
||||
go mod download -x
|
||||
go build -o compile
|
||||
go test -v -c -o compile_test
|
||||
shell: bash
|
||||
|
||||
1
.github/workflows/_filechange_checker.yml
vendored
1
.github/workflows/_filechange_checker.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
- 'docs/**'
|
||||
actions:
|
||||
- '.github/workflows/**'
|
||||
- '.github/actions/**'
|
||||
|
||||
- name: Check dorny for changes in src filepaths
|
||||
id: srcchecker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user