This commit is contained in:
parent
3e1c3cc7e1
commit
865dc7a8ba
@ -4,5 +4,6 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: windows-host
|
runs-on: windows-host
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Running on Windows Server!"
|
- run: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Write-Output 'Running on Windows Server!'"
|
||||||
- run: dir
|
- run: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Get-ChildItem"
|
||||||
|
- run: rustc --version # Optional: Test Rust
|
||||||
Loading…
x
Reference in New Issue
Block a user