This commit is contained in:
8
.gitea/workflows/test.yml
Normal file
8
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
name: Test Runner
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: windows-host
|
||||||
|
steps:
|
||||||
|
- run: echo "Running on Windows Server!"
|
||||||
|
- run: dir
|
||||||
Reference in New Issue
Block a user