Skip to content

Commit

Permalink
enable windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Mar 1, 2024
1 parent 4081920 commit 50302e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .tests/ci-test-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50302e1

Please sign in to comment.