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>
7 lines
100 B
YAML
7 lines
100 B
YAML
on: [push]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: lxc
|
|
steps:
|
|
- run: systemctl --no-pager list-units
|