Skip to content

Commit 98ec029

Browse files
committed
apache restart is necessary after all
1 parent f4a1868 commit 98ec029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
# Configure and restart Apache, then run tests
4343
- run: sudo cp .circleci/apache_ci.conf /etc/apache2/sites-available
4444
- run: sudo a2ensite apache_ci.conf
45+
- run: sudo service apache2 restart
4546
- run: sudo service apache2 reload
4647
- run: cd wordpress/wp-content/plugins/wp-php-console
4748
- run: vendor/bin/codecept run acceptance

0 commit comments

Comments
 (0)