File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
with :
68
68
name : coverage_e2e_uninstall
69
69
path : coverage_e2e_uninstall.out
70
-
70
+
71
71
- name : Debug
72
72
if : ${{ failure() }}
73
73
run : |
@@ -240,7 +240,7 @@ jobs:
240
240
needs : [preflight-tests, kind-tests, hosted-tests, hub-template-tests]
241
241
defaults :
242
242
run :
243
- working-directory : ' . '
243
+ working-directory : " . "
244
244
name : Test Coverage Verification
245
245
runs-on : ubuntu-latest
246
246
steps :
@@ -250,7 +250,7 @@ jobs:
250
250
- name : Set up Go
251
251
uses : actions/setup-go@v5
252
252
with :
253
- go-version-file : go.mod
253
+ go-version : stable
254
254
255
255
- name : Download Coverage Results
256
256
uses : actions/download-artifact@v4
@@ -261,12 +261,12 @@ jobs:
261
261
run : |
262
262
make coverage-verify
263
263
make gosec-scan
264
-
264
+
265
265
cat gosec.json
266
266
cat <<EOF > event.json
267
267
${{ toJSON(github.event) }}
268
268
EOF
269
-
269
+
270
270
- name : Upload artifacts for the sonarcloud workflow
271
271
if : ${{ github.repository_owner == 'stolostron' }}
272
272
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments