Skip to content

Commit 6c505f0

Browse files
authored
Merge pull request #26 from localgovdrupal/feature/1.x/use-phpunit
Use phpunit on microsites tests
2 parents 5234081 + d8e4a9c commit 6c505f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-microsites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ jobs:
222222
mkdir -p ./html/web/sites/simpletest && chmod 777 ./html/web/sites/simpletest
223223
sed -i "s#http://localgov.lndo.site#http://drupal#" ./html/phpunit.xml.dist
224224
docker exec -t drupal bash -c 'chown docker:docker -R /var/www/html'
225-
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4 /var/www/html/${{inputs.project_path}}"
225+
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/phpunit /var/www/html/${{inputs.project_path}}"

0 commit comments

Comments
 (0)