This commit is contained in:
parent
600a6af27a
commit
313733f1e8
6
.forgejo/workflows/run-tests.yml
Normal file
6
.forgejo/workflows/run-tests.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
run-tests:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo it works!
|
||||||
Loading…
Reference in a new issue