Add test workflow
This commit is contained in:
parent
3517f6ca1b
commit
b57baad841
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/test.yml
Normal file
8
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
name: Test Runner
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Simple test
|
||||
run: echo "Hello World"
|
Loading…
Add table
Add a link
Reference in a new issue