diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index ef3e3c6..6735c3c 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -4,5 +4,6 @@ jobs: test: runs-on: windows-host steps: - - run: echo "Running on Windows Server!" - - run: dir \ No newline at end of file + - 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 \ No newline at end of file