Skip to content

Commit d994938

Browse files
Michael Vasseurvmcj
authored andcommitted
Invoke the script with the new behaviour
1 parent b4d0a38 commit d994938

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)