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 b8731e8 commit ff45c64Copy full SHA for ff45c64
.github/workflows/ci.yml
@@ -40,7 +40,9 @@ jobs:
40
ini-values: short_open_tag=On, mbstring.func_overload=2, mbstring.internal_encoding="UTF-8"
41
coverage: xdebug
42
- name: a2en
43
- run: sudo a2enmod rewrite
+ run: |
44
+ sudo a2enmod rewrite
45
+ sudo systemctl restart apache2
46
- name: Install Bitrix
47
env:
48
BITRIX_EDITION: ${{ matrix.bitrix-edition }}
0 commit comments