Skip to content

Commit

Permalink
Revert "Is this picked from the DBpasswords file"
Browse files Browse the repository at this point in the history
This reverts commit 3aa21a1.
  • Loading branch information
vmcj committed Dec 8, 2024
1 parent 4ba5e36 commit c41aaed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/jobs/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ if [ "$CODECOVERAGE" -eq 1 ]; then
pcov="--coverage-html=${DIR}/coverage-html --coverage-clover coverage.xml"
fi
set +e
echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
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
UNITSUCCESS=$?

Expand Down

0 comments on commit c41aaed

Please sign in to comment.