diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5769525..3e008c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,11 +11,6 @@ jobs: - name: Add GitHub OAuth credentials run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json - - name: PHP-CS-Fixer - uses: docker://ghcr.io/php-cs-fixer/php-cs-fixer:3-php8.2 - with: - args: check - - name: Install extensions uses: shivammathur/setup-php@v2 with: @@ -43,6 +38,11 @@ jobs: sudo -u www-data php /var/www/wirhub/bin/console doctrine:database:create sudo -u www-data mkdir /var/www/wirhub/var/cache/test/sessions + - name: PHP-CS-Fixer + uses: docker://ghcr.io/php-cs-fixer/php-cs-fixer:3-php8.2 + with: + args: check + - name: Update folder permissions run: | sudo chmod -R 777 /var/www/wirhub