File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ k8s_resource(
235
235
port_forwards = ['2345:2345' , '8080:8080' ],
236
236
resource_deps = [
237
237
# 'go-build',
238
- # 'go-test',
238
+ 'go-test' ,
239
239
'k8s:namespace' ,
240
240
'argocd' ,
241
241
'argocd-crds' ,
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ func (m *Message) BuildComment(
260
260
}
261
261
262
262
// App header: show emoji only if state is not None
263
- appHeader := "\n \n <details>\n <summary>\n "
263
+ appHeader := "\n \n <details>\n <summary>\n \n "
264
264
if appState == pkg .StateNone {
265
265
appHeader += fmt .Sprintf ("## ArgoCD Application Checks: `%s`\n " , appName )
266
266
} else {
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ func TestBuildComment(t *testing.T) {
39
39
40
40
<details>
41
41
<summary>
42
+
42
43
## ArgoCD Application Checks: ` + "`myapp`" + ` :test:
43
44
</summary>
44
45
You can’t perform that action at this time.
0 commit comments