Skip to content

Commit f4a1868

Browse files
committed
Try reloading apache instead restarting
1 parent 8fb6dc6 commit f4a1868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ 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
45+
- run: sudo service apache2 reload
4646
- run: cd wordpress/wp-content/plugins/wp-php-console
4747
- run: vendor/bin/codecept run acceptance

0 commit comments

Comments
 (0)