From 933e49b0b931d8b62791015de35ec412809cf5c9 Mon Sep 17 00:00:00 2001 From: Laravel Freelancer NL <36150929+LaravelFreelancerNL@users.noreply.github.com> Date: Tue, 11 Aug 2020 11:08:05 +0200 Subject: [PATCH] Update ci.yml removed composer normalize for now --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c9e42f..58c5228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,6 @@ jobs: ini-values: post_max_size=256M, short_open_tag=On coverage: xdebug - - name: Composer normalize - run: composer normalize - - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest @@ -41,4 +38,4 @@ jobs: - name: PHP Unit tests if: ${{ always() }} - run: vendor/bin/phpunit \ No newline at end of file + run: vendor/bin/phpunit