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 f4a1868 commit 98ec029Copy full SHA for 98ec029
.circleci/config.yml
@@ -42,6 +42,7 @@ 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
46
- run: sudo service apache2 reload
47
- run: cd wordpress/wp-content/plugins/wp-php-console
48
- run: vendor/bin/codecept run acceptance
0 commit comments