Update to trigger Actions
Some checks failed
/ test-docker (push) Successful in 1m18s
/ test-lxc (push) Failing after 1s

This commit is contained in:
Neshura 2023-11-16 15:56:16 +00:00
parent 24c0d6baf7
commit 2f58b4e164

View file

@ -3,8 +3,8 @@ jobs:
test-docker: test-docker:
runs-on: docker runs-on: docker
steps: steps:
- run: echo Docker works - run: echo Docker works!
test-lxc: test-lxc:
runs-on: lxc runs-on: lxc
steps: steps:
- run: echo LXC works - run: echo LXC works!