Skip to content

Commit 0653f00

Browse files
committed
ci: revert test with phpunit
1 parent a49535b commit 0653f00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ 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"
34-
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/phpunit"
33+
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4"
3534
if [ $? -ne 0 ]; then
3635
((RESULT++))
3736
fi

0 commit comments

Comments
 (0)