From 50302e1c0fd58ed8a9c38e6b31800f03fbf5bb66 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS <hemn.still@gmail.com> Date: Fri, 1 Mar 2024 23:39:38 +0400 Subject: [PATCH] enable windows tests --- .tests/ci-test-run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.tests/ci-test-run.sh b/.tests/ci-test-run.sh index 77413205..941825b7 100755 --- a/.tests/ci-test-run.sh +++ b/.tests/ci-test-run.sh @@ -8,8 +8,6 @@ set -e "$dp0/test-tools.sh" || exit 1 -if [[ "$is_windows_os" == false ]]; then - cd "$dp0/../_AutoinstallCreator" && python3 -m unittest || exit 1 -fi +cd "$dp0/../_AutoinstallCreator" && python3 -m unittest || exit 1 "$dp0/test-run.sh" -- testInternalCreate || exit 1