Test: Forgejo Runner CI check
All checks were successful
Runner Test / test (push) Successful in 21s
All checks were successful
Runner Test / test (push) Successful in 21s
This commit is contained in:
parent
0c07ff3598
commit
8f279697e7
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/test.yml
Normal file
12
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: Runner Test
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Hello
|
||||
run: |
|
||||
echo "Forgejo Runner works\!"
|
||||
echo "Node version: $(node --version 2>/dev/null || echo N/A)"
|
||||
echo "Date: $(date)"
|
||||
echo "Hostname: $(hostname)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue