Add act support #30
Loading…
Reference in a new issue
No description provided.
Delete branch "hoverbear/ds-980-act-support"
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?
Description
Add Act support.
Checklist
Else LGTM, but I don't use ACT so I can't test it.
I think
Ah ya...
@cole-h I was able to run
nix run nixpkgs#act
in the directory if I hadservices.docker.enable
set.Changes LGTM but it doesn't actuallly work for me:
am I doing a stupid here?
I don't think you are!
@lheckemann I think I found the problem and it's working locally for me now. Can you try again?
Still getting the same thing :/
I don't understand how your image has no curl and mine does...
Why does yours pull
docker pull image=node:16-bullseye-slim
?I have no idea :D what does yours use?
I assume our
.actrc
are different: https://github.com/nektos/act#first-act-runAaah yes, using the nixos-unstable branch of nixpkgs (was using 23.05 before) after removing actrc does the trick!