From: gggeek Date: Wed, 23 Nov 2022 18:29:50 +0000 (+0000) Subject: more gha ci fixes X-Git-Tag: 4.9.0~36 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7877a89f1ae93d15d45aef3229797fa3df950fe5;p=plcapi.git more gha ci fixes --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64b5634c..41a51490 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,10 @@ jobs: sudo --preserve-env=GITHUB_ACTIONS ./tests/ci/setup/setup_privoxy.sh sudo --preserve-env=GITHUB_ACTIONS ./tests/ci/setup/setup_php.sh ${{ matrix.php }} sudo --preserve-env=GITHUB_ACTIONS ./tests/ci/setup/setup_composer.sh + # fix perms for recent Apache versions + chmod 755 . + find demo -type d -exec chmod 755 {} \; + find demo -type f -exec chmod 644 {} \; # Avoid downloading composer deps on every workflow. Is this useful/working for us? #-