From cb417de02c2e708f335b8d59f42cf8d83bf71063 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Tue, 27 Feb 2024 02:06:32 +0400 Subject: [PATCH] -nanoserver --- .tests/ci-test-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tests/ci-test-run.sh b/.tests/ci-test-run.sh index ea13df35..9d89311d 100755 --- a/.tests/ci-test-run.sh +++ b/.tests/ci-test-run.sh @@ -8,7 +8,7 @@ set -e "$dp0/test-tools.sh" || exit 1 -if [[ "$is_windows_os" == true ]]; then +if [[ "$is_windows_os" == true ]] && [["$is_nanoserver_os" == false]] ; then cd "$dp0/../_AutoinstallCreator" && python3 -m unittest || exit 1 fi