Die4Ever to Programming · 2 years agoHow to Test and Run GitHub Actions Locally - Earthly Blogearthly.devexternal-linkmessage-square8fedilinkarrow-up152arrow-down13
arrow-up149arrow-down1external-linkHow to Test and Run GitHub Actions Locally - Earthly Blogearthly.devDie4Ever to Programming · 2 years agomessage-square8fedilink
minus-squareKnusper@feddit.delinkfedilinkarrow-up7·2 years 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