Make tests run locally isolated

This commit is contained in:
Luke Murphy
2020-10-26 17:48:19 +01:00
parent b423d61fce
commit 86a790bbe4
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
default: test
test:
@bats test.bats
@docker run -it --rm -v "$(pwd):/workdir" docker:dind apk add bats && bats test.bats
dev-install-yq:
@wget https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_amd64 && \