Skip to content

Commit

Permalink
Removing php cs fixer step (different results as local build)
Browse files Browse the repository at this point in the history
Using the test coverage command
  • Loading branch information
nWidart committed Nov 15, 2019
1 parent 7ba42b1 commit d230595
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/php.yml
Expand Up @@ -30,7 +30,4 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
run: composer run-script test

- name: PHP Code Style Fixer (php-cs-fixer)
uses: StephaneBour/actions-php-cs-fixer@1.0
run: composer run-script test-coverage

0 comments on commit d230595

Please sign in to comment.