File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
go-version-file : go.mod
54
54
check-latest : true
55
55
- name : Run go fmt
56
- run : go fmt && git diff --exit-code
56
+ run : make format && git diff --exit-code
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ applications:
271
271
g .Expect (session ).Should (Say ("Active deployment with status DEPLOYING" ))
272
272
g .Expect (session ).Should (Say ("strategy: rolling" ))
273
273
g .Expect (session ).Should (Exit (0 ))
274
- }).Should (Succeed ())
274
+ }).Should (Succeed ())
275
275
Eventually (restartSession ).Should (Exit (0 ))
276
276
})
277
277
})
@@ -299,7 +299,7 @@ applications:
299
299
g .Expect (session ).Should (Say ("Active deployment with status CANCELING" ))
300
300
g .Expect (session ).Should (Say ("strategy: canary" ))
301
301
g .Expect (session ).Should (Exit (0 ))
302
- }).Should (Succeed ())
302
+ }).Should (Succeed ())
303
303
})
304
304
})
305
305
})
You can’t perform that action at this time.
0 commit comments