forked from Alexander/agreugreu
double test workflow
This commit is contained in:
parent
81cc1e2b03
commit
b96e3de240
6
.forgejo/workflows/test2.yml
Normal file
6
.forgejo/workflows/test2.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
Loading…
Reference in a new issue