mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
enable Windows Server 2016 in CI (#34127)
* enable Windows Server 2016 in CI * avoid use of Write-Host in config script
This commit is contained in:
parent
a685b621cd
commit
fbce62795d
4 changed files with 13 additions and 2 deletions
|
@ -33,6 +33,7 @@ if [ -s /tmp/windows.txt ] || [ "${CHANGED:+$CHANGED}" == "" ]; then
|
|||
--windows 2008-R2_SP1
|
||||
--windows 2012-RTM
|
||||
--windows 2012-R2_RTM
|
||||
--windows 2016-English-Full-Base
|
||||
)
|
||||
else
|
||||
echo "No changes requiring integration tests specific to Windows were detected."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue