From e274dbd76c336bba898a0bb73670996ed68ad76c Mon Sep 17 00:00:00 2001 From: Magehawks Date: Wed, 6 Mar 2024 21:59:32 +0100 Subject: [PATCH] test gitlabci --- .github/workflows/ci-cd.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ff24826..bcce755 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -38,8 +38,12 @@ jobs: run: ls -al - name: Install Composer Dependencies - run: cd app/ run: composer install --no-dev --no-progress --optimize-autoloader + env: + COMPOSER_PROCESS_TIMEOUT: 0 + COMPOSER_NO_INTERACTION: 1 + COMPOSER_NO_AUDIT: 1 + working-directory: /app - name: Check Symfony Requirements run: symfony check:requirements