CI : remove dependencies installation step
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s

This commit is contained in:
isUnknown 2026-01-14 14:15:49 +01:00
parent 0fd36516f9
commit 915546595a

View file

@ -17,10 +17,6 @@ jobs:
git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git .
ls -la
- name: Install dependencies
run: |
composer install --no-dev --optimize-autoloader
- name: Deploy via FTP
env:
USERNAME: ${{ secrets.USERNAME }}