Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 1, 2024
1 parent cbe9be7 commit 848d9da
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 @@ -25,7 +25,7 @@ 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/

cd /opt/domjudge/domserver
cd /opt/domjudge/domserver || exit 1

# Run phpunit tests.
pcov=""
Expand Down

0 comments on commit 848d9da

Please sign in to comment.