From 6d8181c9328b9944ee2f3ee8ff424a24315e9f01 Mon Sep 17 00:00:00 2001 From: yivi Date: Fri, 27 Aug 2021 12:38:13 +0200 Subject: [PATCH] fix CI, again --- .github/workflows/bundle_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bundle_tests.yaml b/.github/workflows/bundle_tests.yaml index d27d85b..f609966 100644 --- a/.github/workflows/bundle_tests.yaml +++ b/.github/workflows/bundle_tests.yaml @@ -55,10 +55,10 @@ jobs: uses: actions/checkout@v2 - name: install deps, to execute things - run: composer install --no-autoloader --no-progress --ignore-platform-reqs + run: composer install --no-scripts --no-autoloader --no-progress --ignore-platform-reqs - name: install php cs fixer - run: composer bin csfixer install --no-scripts --no-plugins --no-progress --ignore-platform-reqs + run: composer bin csfixer install --no-progress --ignore-platform-reqs - name: fix style run: ./vendor/bin/php-cs-fixer fix