Die4Ever to [email protected] • 1 year agoHow to Test and Run GitHub Actions Locally - Earthly Blogearthly.devexternal-linkmessage-square8fedilinkarrow-up151arrow-down13
arrow-up148arrow-down1external-linkHow to Test and Run GitHub Actions Locally - Earthly Blogearthly.devDie4Ever to [email protected] • 1 year agomessage-square8fedilink
minus-square@[email protected]linkfedilink7•1 year agoI always try to put as little logic into CI-Runner-specific tooling as possible and rather have everything automated via the usual programming language build tooling, which you can run locally.
I always try to put as little logic into CI-Runner-specific tooling as possible and rather have everything automated via the usual programming language build tooling, which you can run locally.
Yeah I need to start doing this more lol