Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
removed composer normalize for now
  • Loading branch information
LaravelFreelancerNL authored Aug 11, 2020
1 parent d997139 commit 933e49b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -41,4 +38,4 @@ jobs:

- name: PHP Unit tests
if: ${{ always() }}
run: vendor/bin/phpunit
run: vendor/bin/phpunit

0 comments on commit 933e49b

Please sign in to comment.