Die4Ever@programming.dev to Programming@programming.dev · 1 year agoHow to Test and Run GitHub Actions Locally - Earthly Blogearthly.devexternal-linkmessage-square8fedilinkarrow-up128arrow-down11
arrow-up127arrow-down1external-linkHow to Test and Run GitHub Actions Locally - Earthly Blogearthly.devDie4Ever@programming.dev to Programming@programming.dev · 1 year agomessage-square8fedilink
minus-squareKnusper@feddit.delinkfedilinkarrow-up1·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.