Add demo.yaml
Includes echo test for docker and lxc
This commit is contained in:
commit
24c0d6baf7
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/demo.yaml
Normal file
10
.forgejo/workflows/demo.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test-docker:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo Docker works
|
||||||
|
test-lxc:
|
||||||
|
runs-on: lxc
|
||||||
|
steps:
|
||||||
|
- run: echo LXC works
|
Loading…
Reference in a new issue