Update .forgejo/workflows/test.yml
This commit is contained in:
parent
2902f10c8a
commit
9ea5b92660
1 changed files with 3 additions and 1 deletions
|
|
@ -4,4 +4,6 @@ on: workflow_call
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
run: echo 'TEST JOB'
|
runs-on: host
|
||||||
|
steps:
|
||||||
|
- run: echo 'TEST JOB'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue