Skip to content

Commit 489f4ca

Browse files
committed
Is this picked from the DBpasswords file
1 parent 728e411 commit 489f4ca

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
@@ -33,6 +33,7 @@ if [ "$CODECOVERAGE" -eq 1 ]; then
3333
pcov="--coverage-html=${DIR}/coverage-html --coverage-clover coverage.xml"
3434
fi
3535
set +e
36+
echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
3637
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
3738
UNITSUCCESS=$?
3839
set -e

0 commit comments

Comments
 (0)