Delete .gitea/workflows/test.yml
This commit is contained in:
parent
8a1aaa72e5
commit
0e0c885405
@ -1,9 +0,0 @@
|
|||||||
name: Test Runner
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: windows-host
|
|
||||||
steps:
|
|
||||||
- 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: cargo --version # Optional: Test Rust
|
|
||||||
Loading…
x
Reference in New Issue
Block a user