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 c7ae5df commit 88cab4cCopy full SHA for 88cab4c
.github/jobs/unit-tests.sh
@@ -33,6 +33,7 @@ if [ "$CODECOVERAGE" -eq 1 ]; then
33
pcov="--coverage-html=${DIR}/coverage-html --coverage-clover coverage.xml"
34
fi
35
set +e
36
+echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
37
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
38
UNITSUCCESS=$?
39
0 commit comments