|
|
|
@ -38,6 +38,7 @@ jobs: |
|
|
|
|
cat /etc/apache2/sites-available/000-default.conf |
|
|
|
|
sudo service apache2 restart |
|
|
|
|
sudo systemctl restart apache2 |
|
|
|
|
php -v |
|
|
|
|
|
|
|
|
|
- name: Setup PHP, with composer and extensions |
|
|
|
|
uses: shivammathur/setup-php@v2 |
|
|
|
@ -151,7 +152,8 @@ jobs: |
|
|
|
|
|
|
|
|
|
- name: Install chamilo |
|
|
|
|
run: | |
|
|
|
|
php -v |
|
|
|
|
php vendor/bin/requirements-checker |
|
|
|
|
|
|
|
|
|
sudo chmod 777 -R ${{ github.workspace }} |
|
|
|
|
curl http://localhost/main/install/index.php |
|
|
|
|
cd tests/behat |
|
|
|
|