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 96a8af2 commit 6dbdc63Copy full SHA for 6dbdc63
.github/jobs/unit-tests.sh
@@ -25,6 +25,9 @@ cp webapp/composer.json /opt/domjudge/domserver/webapp/
25
26
cd /opt/domjudge/domserver
27
28
+# The tests add a '_test' suffix to the database name already.
29
+sed -i "s!:domjudge_test:!:domjudge:!" /opt/domjudge/domserver/etc/dbpasswords.secret
30
+
31
# Run phpunit tests.
32
pcov=""
33
phpcov=""
0 commit comments