2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

Fix for code coverage output

This commit is contained in:
Emerle, Ryan 2021-12-03 16:21:37 -05:00
parent df31fedf4c
commit bb81dad224
No known key found for this signature in database
GPG Key ID: C0D34C592AED41CE

View File

@ -3,5 +3,5 @@ set -euo pipefail
DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd "$DIR/../test/api/integration" cd "${DIR}/../test/api/integration"
make build && make run WITH_ARGS="bash -c \"sbt ';validate' && sbt ';verify'\"" make build && make run DOCKER_PARAMS="-v \"$(pwd)/../../../target:/build/target\"" WITH_ARGS="bash -c \"sbt ';validate' && sbt ';verify'\""