feat: actions: verify LXC backend can checkout (#522)
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>
This commit is contained in:
parent
5ac193f3d6
commit
c29e1e64e7
1 changed files with 1 additions and 0 deletions
|
|
@ -4,4 +4,5 @@ jobs:
|
|||
build:
|
||||
runs-on: lxc
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v4
|
||||
- run: systemctl --no-pager list-units
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue