We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba5e36 commit c41aaedCopy full SHA for c41aaed
.github/jobs/unit-tests.sh
@@ -31,7 +31,6 @@ if [ "$CODECOVERAGE" -eq 1 ]; then
31
pcov="--coverage-html=${DIR}/coverage-html --coverage-clover coverage.xml"
32
fi
33
set +e
34
-echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
35
php $phpcov webapp/bin/phpunit -c webapp/phpunit.xml.dist webapp/tests/$unittest --log-junit ${ARTIFACTS}/unit-tests.xml --colors=never $pcov > "$ARTIFACTS"/phpunit.out
36
UNITSUCCESS=$?
37
0 commit comments