From: gggeek Date: Mon, 6 Dec 2021 15:31:56 +0000 (+0000) Subject: wip: add github ci config X-Git-Tag: plcapi-7.1-0~3^2~46 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=6dc68874767e9a49c1d4bddef46f715fbc85b09b wip: add github ci config --- 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'