Files
docker-pi-hole/test/cmd.sh
Christian König c26e71edfd Set column width to 120
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-07-02 21:14:40 +02:00

12 lines
334 B
Bash
Executable File

#!/usr/bin/env sh
set -eux
docker buildx build ./src --build-arg TARGETPLATFORM="${TARGETPLATFORM}" --tag pihole:${GIT_TAG} --no-cache
docker images pihole:${GIT_TAG}
# auto-format the pytest code
python -m black ./test/tests/
# TODO: Add junitxml output and have something consume it
COLUMNS=120 py.test -vv -n auto ./test/tests/