Action should work under nektos/act, in the absence of systemd & docker #63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
maindoes at the time I'm opening this is: notice systemd isn't there, try to rundocker infoand immediately fail because I think either of "docker isn't in PATH" or "docker info" returned a non-zero exit code end up throwing instead of just returning fromdetectAndForceDockerShim.On Discord, @grahamc suggested trying
v8, which happened to be "after Act workarounds were added" but "before GHE (GitHub Enterprise) stuff was added" and that version does work under act, it's only affected by #62.This should be resolved on
mainnow! I expect we'll be tagging a new version fairly soon, too.mainseems to have all my issues resolved. thanks so much!Thank you all for working on this! I tried
mainbut I am afraid it is not fully working. The result seems to be halfway between a multi-user (user pool and /nix owned by root) and a single-user setup (no daemon).Using act, the image
ghcr.io/catthehacker/ubuntu:runner-latestand the following workflowI get
but
@fasterthanlime Could you try again with a more recent commit? We've overhauled the Action pretty significantly since this was submitted. Significantly enough that if things are still broken there would at least be a different error now 😄