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