This commit is contained in:
parent
8ebd564518
commit
b8b6c8dba3
1 changed files with 15 additions and 0 deletions
15
.gitea/workflows/ci.yml
Normal file
15
.gitea/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: Test runner
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: self-hosted # tells Gitea to use a self‑hosted runner
|
||||
steps:
|
||||
- name: Print host info
|
||||
run: |
|
||||
echo "Runner hostname: $(hostname)"
|
||||
echo "Executor: $RUNNER_EXECUTOR"
|
||||
uname -a
|
||||
Loading…
Add table
Add a link
Reference in a new issue