mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
style: add color to test output
This commit is contained in:
parent
40b8ef75b3
commit
7830ecef42
@ -3,4 +3,4 @@
|
|||||||
default: test
|
default: test
|
||||||
|
|
||||||
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),
|
fmt.Sprintf("https://%s", ingress.Spec.Rules[0].Host),
|
||||||
&tlsConfig,
|
&tlsConfig,
|
||||||
30,
|
30,
|
||||||
10*time.Second,
|
30*time.Second,
|
||||||
func(statusCode int, body string) bool {
|
func(statusCode int, body string) bool {
|
||||||
return statusCode == 200
|
return statusCode == 200
|
||||||
},
|
},
|
||||||
|
@ -16,7 +16,9 @@ RUN pacman --sync --refresh --noconfirm \
|
|||||||
docker \
|
docker \
|
||||||
docker-compose \
|
docker-compose \
|
||||||
git \
|
git \
|
||||||
|
go \
|
||||||
graphviz \
|
graphviz \
|
||||||
|
grc \
|
||||||
helm \
|
helm \
|
||||||
k9s \
|
k9s \
|
||||||
kubectl \
|
kubectl \
|
||||||
|
Loading…
Reference in New Issue
Block a user