Skip to content

Commit 621efcf

Browse files
author
Michael Vasseur
committed
Invoke the script with the new behaviour
1 parent bd15dc7 commit 621efcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/jobs/unit-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ show_phpinfo $version
1212

1313
# Set up
1414
export unit=1
15-
"$( dirname "${BASH_SOURCE[0]}" )"/base.sh test
15+
16+
"$( dirname "${BASH_SOURCE[0]}" )"/baseinstall.sh unit install test
1617

1718
# Add team to admin user
1819
echo "UPDATE user SET teamid = 1 WHERE userid = 1;" | mysql domjudge_test

0 commit comments

Comments
 (0)