diff --git a/Makefile b/Makefile index 558c415..2f27a3d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ test: --rm \ -v $$(pwd):/workdir \ docker:dind \ - apk add bats && bats test.bats + sh -c "apk add bats git bash && cd /workdir && bats /workdir/test.bats" shellcheck: @docker run \