mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 15:44:34 +07:00
style: add color to test output
This commit is contained in:
parent
40b8ef75b3
commit
7830ecef42
@ -3,4 +3,4 @@
|
||||
default: test
|
||||
|
||||
test:
|
||||
go test -v -timeout 30m
|
||||
grc go test -v -timeout 30m
|
||||
|
@ -33,7 +33,7 @@ func TestArgoCDCheck(t *testing.T) {
|
||||
fmt.Sprintf("https://%s", ingress.Spec.Rules[0].Host),
|
||||
&tlsConfig,
|
||||
30,
|
||||
10*time.Second,
|
||||
30*time.Second,
|
||||
func(statusCode int, body string) bool {
|
||||
return statusCode == 200
|
||||
},
|
||||
|
@ -16,7 +16,9 @@ RUN pacman --sync --refresh --noconfirm \
|
||||
docker \
|
||||
docker-compose \
|
||||
git \
|
||||
go \
|
||||
graphviz \
|
||||
grc \
|
||||
helm \
|
||||
k9s \
|
||||
kubectl \
|
||||
|
Loading…
Reference in New Issue
Block a user