From 7c94a42d75ee29583b27104794bd1a21dbeed821 Mon Sep 17 00:00:00 2001 From: John Linhart Date: Tue, 23 Apr 2024 17:16:05 +0200 Subject: [PATCH] Would it help to run the commands separately? --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a47d1a55..e13fbbf5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,7 +74,9 @@ jobs: echo "MAUTIC_ENV=test" >> $GITHUB_ENV - name: Install Composer dependencies - run: composer install && composer require --dev theofidry/alice-data-fixtures + run: | + composer install + composer require --dev theofidry/alice-data-fixtures # - name: Get composer cache directory # id: composer-cache