Skip to content

Commit

Permalink
-nanoserver
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Feb 26, 2024
1 parent fb5ce0e commit cb417de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tests/ci-test-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb417de

Please sign in to comment.