Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Nov 28, 2022
1 parent 29988c4 commit 7f5c7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: php artisan key:generate

- name: Check coding style
run: vendor/bin/ecs --clear-cache && vendor/bin/ecs check
run: vendor/bin/ecs --clear-cache

- name: Execute tests (Unit and Feature tests) via PHPUnit
run: vendor/bin/phpunit tests/
Expand Down

0 comments on commit 7f5c7ef

Please sign in to comment.