Initial attempt at BATS tests

This commit is contained in:
Andreas Heim
2019-06-12 23:45:38 -04:00
parent 7073d868a4
commit ed9d88da3a
4 changed files with 197 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ lint: shell-lint docker-lint ## Lint all of the files for this Action.
build: docker-build ## Build this Action.
.PHONY: test
test: ## Test the components of this Action.
test: shell-test ## Test the components of this Action.
.PHONY: publish
publish: docker-publish ## Publish this Action.
publish: docker-publish ## Publish this Action.