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 871bc14 commit 6b512adCopy full SHA for 6b512ad
.github/workflows/php.yml
@@ -187,11 +187,8 @@ jobs:
187
sudo php7.4 ${{ github.workspace }}/chash/chash.php fct --no-interaction
188
sudo chmod -R 777 app/cache app/logs app/courses app/upload web
189
bash tests/travis/post_installation.sh
190
-# ls -la
191
-# echo "Replace Apache config lost at some point in the process:"
192
sudo cp -f tests/travis/gh-apache /etc/apache2/sites-available/000-default.conf
193
sudo systemctl restart apache2
194
-# ls -la web
195
curl http://localhost/index.php
196
197
- name: Behat tests
0 commit comments