Skip to content

Commit a49535b

Browse files
committed
ci: test with phpunit
1 parent b9022e6 commit a49535b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ docker exec -t drupal bash -c "mkdir -p /var/www/html/web/sites/simpletest && ch
3030
# Older versions of Paratest (the one required by LocalGov 1.x) don't pickup
3131
# environmental variables, so it's necessary to change the config file directly.
3232
docker exec -u docker -t drupal bash -c 'sed -i "s#http://localgov.lndo.site#http://drupal#" /var/www/html/phpunit.xml.dist'
33-
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4"
33+
#docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4"
34+
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/phpunit"
3435
if [ $? -ne 0 ]; then
3536
((RESULT++))
3637
fi

0 commit comments

Comments
 (0)