Update to trigger Actions
This commit is contained in:
parent
24c0d6baf7
commit
2f58b4e164
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ jobs:
|
|||
test-docker:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo Docker works
|
||||
- run: echo Docker works!
|
||||
test-lxc:
|
||||
runs-on: lxc
|
||||
steps:
|
||||
- run: echo LXC works
|
||||
- run: echo LXC works!
|
Loading…
Reference in a new issue