ACT is expected to provide an LXC backend with node pre-installed by default to allow for running commonly used actions written in JS. It also includes an upgrade to setup-forgejo 2.0.8 which contains a fix to teardown the runner properly even in the event where it contains files owned by root. This happens when running a workflow within a LXC container. Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/522 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>
8 lines
159 B
YAML
8 lines
159 B
YAML
on: [push]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: lxc
|
|
steps:
|
|
- uses: https://data.forgejo.org/actions/checkout@v4
|
|
- run: systemctl --no-pager list-units
|