diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index bcce755..95d6698 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -43,7 +43,7 @@ jobs: COMPOSER_PROCESS_TIMEOUT: 0 COMPOSER_NO_INTERACTION: 1 COMPOSER_NO_AUDIT: 1 - working-directory: /app + working-directory: /app - name: Check Symfony Requirements run: symfony check:requirements