This commit is contained in:
12
.gitea/workflows/local-test.yml
Normal file
12
.gitea/workflows/local-test.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Local Test
|
||||
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu:host
|
||||
steps:
|
||||
- run: echo "Hello from local runner"
|
||||
- run: date
|
||||
- run: whoami
|
||||
- run: pwd
|
||||
Reference in New Issue
Block a user