@@ -80,13 +80,15 @@ jobs:
80
80
key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
81
81
- uses : actions/cache@v3
82
82
name : Cache plugin dir
83
+ continue-on-error : true
84
+ timeout-minutes : 2
83
85
with :
84
86
path : ~/.tflint.d/plugins
85
- key : ${{ runner.os }}-tflint-${{ hashFiles('.ci/.tflint.hcl') }}
87
+ key : ${{ runner.os }}-tflint-${{ hashFiles('.ci/.tflint.hcl') }}
86
88
- run : cd .ci/tools && go install github.com/katbyte/terrafmt
87
89
- run : cd .ci/tools && go install github.com/terraform-linters/tflint
88
90
- run : find ~/ -type d -name .tflint.d
89
- - run : tflint -c .ci/.tflint.hcl --init
91
+ - run : tflint -c .ci/.tflint.hcl --init
90
92
- run : find ~/ -type d -name .tflint.d
91
93
- run : ls -hal ~/.tflint.d
92
94
- run : ls -hal ~/.tflint.d/plugins
@@ -111,13 +113,15 @@ jobs:
111
113
key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
112
114
- uses : actions/cache@v3
113
115
name : Cache plugin dir
116
+ continue-on-error : true
117
+ timeout-minutes : 2
114
118
with :
115
119
path : ~/.tflint.d/plugins
116
- key : ${{ runner.os }}-tflint-${{ hashFiles('.ci/.tflint.hcl') }}
120
+ key : ${{ runner.os }}-tflint-${{ hashFiles('.ci/.tflint.hcl') }}
117
121
- run : cd .ci/tools && go install github.com/katbyte/terrafmt
118
122
- run : cd .ci/tools && go install github.com/terraform-linters/tflint
119
123
- run : find ~/ -type d -name .tflint.d
120
- - run : tflint -c .ci/.tflint.hcl --init
124
+ - run : tflint -c .ci/.tflint.hcl --init
121
125
- run : find ~/ -type d -name .tflint.d
122
126
- run : ls -hal ~/.tflint.d
123
127
- run : ls -hal ~/.tflint.d/plugins
0 commit comments