Add test pipeline for powershell scripts

This commit is contained in:
Gerrit 2023-05-31 08:52:45 +02:00
parent 02d0e0bcf9
commit 02152c234f
2 changed files with 40 additions and 0 deletions

4
test.ps1 Normal file
View file

@ -0,0 +1,4 @@
Get-Date
Start-Sleep -Seconds 10
Get-Date
New-Item -Name test.txt