From 1a821d1032b3be91354227d913c4059c0c962a50 Mon Sep 17 00:00:00 2001 From: spryhoda Date: Mon, 19 Sep 2022 12:40:08 +0300 Subject: [PATCH] uncomment the tests --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 69c3c8e..2c64c30 100755 --- a/build.sh +++ b/build.sh @@ -21,8 +21,8 @@ helm lint ./nxrm-aws-resiliency helm lint ./nexus-repository-manager # unit test -#(cd ./nxrm-aws-resiliency; helm unittest -3 -t junit -o test-output.xml .) -#(cd ./nexus-repository-manager; helm unittest -3 -t junit -o test-output.xml .) +(cd ./nxrm-aws-resiliency; helm unittest -3 -t junit -o test-output.xml .) +(cd ./nexus-repository-manager; helm unittest -3 -t junit -o test-output.xml .) # package the charts into tgz archives helm package ./nxrm-aws-resiliency --destination docs