Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev authored Nov 7, 2021
1 parent 87f9f36 commit de9be76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update --dev
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Cs Fixer
run: vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no --stop-on-violation

- name: Pest tests
run: vendor/bin/pest

0 comments on commit de9be76

Please sign in to comment.