Skip to content

Commit eea6be2

Browse files
committed
Is this picked from the DBpasswords file
1 parent 83af01a commit eea6be2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/jobs/unit-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if [ "$CODECOVERAGE" -eq 1 ]; then
3535
pcov="--coverage-html=${DIR}/coverage-html --coverage-clover coverage.xml"
3636
fi
3737
set +e
38+
echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
3839
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
3940
UNITSUCCESS=$?
4041

0 commit comments

Comments
 (0)