mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-12 07:44:17 +00:00
first acceptance test
This commit is contained in:
parent
cee6971ee9
commit
0eecf37d9b
3 changed files with 29 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
.PHONY: test-build test build build-static docker-test docker-build-static
|
||||
.PHONY: test-build test build build-static docker-test docker-build-static acceptance
|
||||
|
||||
test-build: test build
|
||||
|
||||
|
|
@ -19,3 +19,5 @@ docker-test:
|
|||
docker-build-static:
|
||||
docker run -t -v $$PWD:/go/src/github.com/yannh/kubeconform -w /go/src/github.com/yannh/kubeconform golang:1.14 make build-static
|
||||
|
||||
acceptance:
|
||||
bats acceptance.bats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue