test runner_2
Some checks failed
Test Runner / test (push) Failing after 2s

This commit is contained in:
monheim 2025-04-20 15:38:22 +02:00
parent 3e1c3cc7e1
commit 865dc7a8ba

View File

@ -4,5 +4,6 @@ jobs:
test:
runs-on: windows-host
steps:
- run: echo "Running on Windows Server!"
- run: dir
- run: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Write-Output 'Running on Windows Server!'"
- run: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Get-ChildItem"
- run: rustc --version # Optional: Test Rust