Remove test workflow
This commit is contained in:
parent
8f279697e7
commit
997356f362
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
|||
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