We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb6dc6 commit f4a1868Copy full SHA for f4a1868
.circleci/config.yml
@@ -42,6 +42,6 @@ jobs:
42
# Configure and restart Apache, then run tests
43
- run: sudo cp .circleci/apache_ci.conf /etc/apache2/sites-available
44
- run: sudo a2ensite apache_ci.conf
45
- - run: sudo service apache2 restart
+ - run: sudo service apache2 reload
46
- run: cd wordpress/wp-content/plugins/wp-php-console
47
- run: vendor/bin/codecept run acceptance
0 commit comments