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