Die4Ever@programming.dev to Programming@programming.dev · 3 years agoHow to Test and Run GitHub Actions Locally - Earthly Blogearthly.devexternal-linkmessage-square11linkfedilinkarrow-up150
arrow-up150external-linkHow to Test and Run GitHub Actions Locally - Earthly Blogearthly.devDie4Ever@programming.dev to Programming@programming.dev · 3 years agomessage-square11linkfedilink
minus-squareKnusper@feddit.delinkfedilinkarrow-up7·3 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.
minus-squareDie4Ever@programming.devOPlinkfedilinkarrow-up3·3 years agoYeah I need to start doing this more lol
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