Skip to content

Commit

Permalink
Fix unit test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 14, 2024
1 parent 4b0ff6c commit cae71c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "UPDATE user SET teamid = 1 WHERE userid = 1;" | mysql domjudge_test
cp webapp/.env.test /opt/domjudge/domserver/webapp/

# We also need the composer.json for PHPunit to detect the correct directory.
cp webapp/composer.json /opt/domjudge/domserver/webapp/
cp composer.json /opt/domjudge/domserver/webapp/

cd /opt/domjudge/domserver

Expand Down

0 comments on commit cae71c4

Please sign in to comment.