From a68aabc6d9391708684dcc993621d5690163930e Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Sun, 3 Dec 2023 02:07:31 -0600 Subject: [PATCH] Update automation.yml Signed-off-by: Nathanael Esayeas --- .github/workflows/automation.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 7d86b15e..fc0c05e7 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -88,13 +88,7 @@ jobs: - name: Validate composer.json file working-directory: ${{ github.workspace }} - run: | - if [ ! -f "composer.json" ]; then - echo "composer.json does not exist" - exit 1 - fi - - composer validate --no-check-publish --no-check-lock --no-interaction --ansi --strict + run: ${{ matrix.validateCommand }} - name: Install ${{ matrix.dependency }} dependencies working-directory: ${{ github.workspace }}