X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=0c8a9e865780ba62e9c8688f1d3643cab99f6f5b;hb=6dc68874767e9a49c1d4bddef46f715fbc85b09b;hp=0b7515454d7f24390623d48d5bb415e863257c52;hpb=8e9fa081fb7dd5641fb1bb833239e24353ae145b;p=plcapi.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b75154..0c8a9e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,14 +23,14 @@ jobs: php: ['8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4', '5.3'] steps: - - #name: Set up PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: curl #tools: phpunit - - - #name: Hello World - run: 'php -v && env' + #- + # run: 'php -v && env' - uses: actions/checkout@v2 + - + run: 'chmod 755 ./tests/ci/setup/*.sh && sudo ./tests/ci/setup/setup_perl.sh && sudo ./tests/ci/setup/setup_apache.sh && sudo ./tests/ci/setup/setup_privoxy.sh'