mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-07 22:34:16 +00:00
Add simple regression tests for openapi2jsonschema
This commit is contained in:
parent
54e0b8f5bb
commit
dfd7a5a102
6 changed files with 11967 additions and 0 deletions
9
scripts/Makefile
Normal file
9
scripts/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
# This is really early days
|
||||
|
||||
build-python-bats:
|
||||
docker build -t python-bats -f Dockerfile.bats .
|
||||
|
||||
docker-acceptance: build-python-bats
|
||||
docker run --entrypoint "/usr/bin/bats" -t python-bats /code/acceptance.bats
|
||||
Loading…
Add table
Add a link
Reference in a new issue