feat: actions: add LXC backend example (#520)
Without such an example, there is no test that would verify a modification of the ACT LXC backend is working when running a cascading pull request. Trace of the run at: https://code.forgejo.org/forgejo/end-to-end/actions/runs/2433/jobs/2#jobstep-4-28 Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/520 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
16dba44733
commit
429d5584e1
5 changed files with 41 additions and 1 deletions
7
actions/example-lxc/.forgejo/workflows/test.yml
Normal file
7
actions/example-lxc/.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: lxc
|
||||
steps:
|
||||
- run: systemctl --no-pager list-units
|
||||
Loading…
Add table
Add a link
Reference in a new issue