Firehed / multistage-docker-build-action

Github Action for optimized multi-stage docker builds
10 stars 3 forks source link

Make test env stage optional #9

Closed Firehed closed 3 years ago

Firehed commented 3 years ago

Some applications may have tests run outside of docker but still want to leverage the layer/stage caching from this action for more performant builds. It would be worth making that input optional and updating the build procedure accordingly.