debugging acceptance tests

This commit is contained in:
Yann Hamon 2024-07-29 10:33:15 +02:00
parent 50ce5f8ecb
commit 68a5d49537
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM bats/bats:v1.2.1
FROM bats/bats:1.11.0
RUN apk --no-cache add ca-certificates parallel libxml2-utils
COPY dist/kubeconform_linux_amd64_v1/kubeconform /code/bin/
COPY acceptance.bats acceptance-nonetwork.bats /code/

View file

@ -28,7 +28,7 @@ build-bats:
docker build -t bats -f Dockerfile.bats .
docker-acceptance: build-bats
docker run -t bats -p acceptance.bats
docker run -t bats -p acceptance.bats --verbose-run
docker run --network none -t bats -p acceptance-nonetwork.bats
goreleaser-build-static: