wip github actions CI
authorgggeek <giunta.gaetano@gmail.com>
Mon, 6 Dec 2021 17:00:15 +0000 (17:00 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 6 Dec 2021 17:00:15 +0000 (17:00 +0000)
.github/workflows/ci.yml
tests/ci/setup/setup_apache.sh

index c4d6aa9..0fa87df 100644 (file)
@@ -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'
index 2d34d9b..0867ad7 100755 (executable)
@@ -29,4 +29,6 @@ else
 fi
 echo "export HTTPSERVER=localhost" >> /etc/apache2/envvars
 
+ls -la /etc/apache2/mods-enabled
+
 service apache2 restart