Run bats in `dind` container, add git & bash

This commit is contained in:
3wc 2020-10-29 19:38:15 +02:00
parent 85b8a4f459
commit e3983c2440
1 changed files with 1 additions and 1 deletions

View File

@ -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 \