remove tests on build

This commit is contained in:
Francisco Schulz 2023-02-01 16:22:10 +01:00
parent cb8efcf524
commit 3a021048da

View File

@ -9,14 +9,14 @@ python3 -m pip install --upgrade pip
python3 -m pip install dependency-check
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 ]
then
exit 1
fi
# if [ ! -f reports/coverage.xml ]
# then
# exit 1
# fi
SERVICE_NAME=$1