Skip to content

Commit ff45c64

Browse files
committed
system
1 parent b8731e8 commit ff45c64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
ini-values: short_open_tag=On, mbstring.func_overload=2, mbstring.internal_encoding="UTF-8"
4141
coverage: xdebug
4242
- name: a2en
43-
run: sudo a2enmod rewrite
43+
run: |
44+
sudo a2enmod rewrite
45+
sudo systemctl restart apache2
4446
- name: Install Bitrix
4547
env:
4648
BITRIX_EDITION: ${{ matrix.bitrix-edition }}

0 commit comments

Comments
 (0)