Skip to content

Commit d83d0a9

Browse files
committed
Try to fix tools tests
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent 168b1c6 commit d83d0a9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci-linter.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ jobs:
3838
cache: true
3939
cache-dependency-path: |
4040
go.sum
41-
tools/tfproviderlint/go.sum
42-
- run: make test-tools
41+
tools/tfproviderlint/**/*.sum
42+
- name: Test Custom Linters
43+
run: make test-tools --always-make
44+
env:
45+
MAKEFLAGS: '--debug=v'

0 commit comments

Comments
 (0)