Delete .gitea/workflows/test.yaml
This commit is contained in:
parent
6dab6b0ff4
commit
705c900d4f
|
@ -1,8 +0,0 @@
|
|||
name: Test Runner
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Say Hello
|
||||
run: echo "Runner is working!"
|
Loading…
Reference in New Issue