From: gggeek Date: Mon, 6 Dec 2021 17:00:15 +0000 (+0000) Subject: wip github actions CI X-Git-Tag: plcapi-7.1-0~3^2~42 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=e4f610fb352911f137563729c9c823a683768d3c wip github actions CI --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4d6aa9..0fa87df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,9 @@ jobs: # path: /tmp/composer-cache # key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} - - uses: php-actions/composer@v6 - # simpler alternative ? - #run: 'composer install' + # simpler alternative ? Atm, php-actions/composer also fails because of missing php xsl extension! + #uses: php-actions/composer@v6 + run: 'composer install' - if: ${{ matrix.php == '7.4' }} run: './tests/ci/setup/setup_code_coverage.sh enable' diff --git a/tests/ci/setup/setup_apache.sh b/tests/ci/setup/setup_apache.sh index 2d34d9b..0867ad7 100755 --- a/tests/ci/setup/setup_apache.sh +++ b/tests/ci/setup/setup_apache.sh @@ -29,4 +29,6 @@ else fi echo "export HTTPSERVER=localhost" >> /etc/apache2/envvars +ls -la /etc/apache2/mods-enabled + service apache2 restart