mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 15:08:11 +08:00
checkif unittest is isntalled
This commit is contained in:
4
.github/workflows/common_library_tests.yaml
vendored
4
.github/workflows/common_library_tests.yaml
vendored
@@ -73,6 +73,10 @@ jobs:
|
||||
retries=5
|
||||
x=$retries
|
||||
|
||||
if helm unittest -h > /dev/null; then
|
||||
x=0
|
||||
fi
|
||||
|
||||
while [ $x -gt 0 ];
|
||||
do
|
||||
# If it succeeds set it to 1 and the next command will make it zero and exit the loop
|
||||
|
||||
Reference in New Issue
Block a user