From 865dc7a8ba1bc1a256c00221c973d2403a584e21 Mon Sep 17 00:00:00 2001 From: monheim Date: Sun, 20 Apr 2025 15:38:22 +0200 Subject: [PATCH] test runner_2 --- .gitea/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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