remove tests on build
This commit is contained in:
parent
cb8efcf524
commit
3a021048da
@ -9,14 +9,14 @@ python3 -m pip install --upgrade pip
|
|||||||
python3 -m pip install dependency-check
|
python3 -m pip install dependency-check
|
||||||
python3 -m pip install coverage
|
python3 -m pip install coverage
|
||||||
|
|
||||||
echo "coverage report generation"
|
# echo "coverage report generation"
|
||||||
|
|
||||||
bash run_tests.sh
|
# bash run_tests.sh
|
||||||
|
|
||||||
if [ ! -f reports/coverage.xml ]
|
# if [ ! -f reports/coverage.xml ]
|
||||||
then
|
# then
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
SERVICE_NAME=$1
|
SERVICE_NAME=$1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user