ci: update symfony.yml

This commit is contained in:
Maël Gangloff
2024-12-30 23:57:40 +01:00
parent 39716802a2
commit 20db897890

View File

@@ -22,10 +22,11 @@ jobs:
php-version: '8.3' php-version: '8.3'
extensions: mbstring, xml, intl, curl, iconv, pdo_pgsql, sodium, zip, http extensions: mbstring, xml, intl, curl, iconv, pdo_pgsql, sodium, zip, http
- name: Install dependencies - name: Install backend dependencies
run: > run: composer install --prefer-dist --no-progress --no-suggest --optimize-autoloader
composer install --prefer-dist --no-progress --no-suggest --optimize-autoloader
yarn install - name: Install frontend dependencies
run: yarn install
- name: Run PHP-CS-Fixer - name: Run PHP-CS-Fixer
run: vendor/bin/php-cs-fixer fix --dry-run --diff run: vendor/bin/php-cs-fixer fix --dry-run --diff