Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Andres L committed Apr 3, 2024
1 parent 60e32d8 commit 5197a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: PHP CS Fixer
run: vendor/bin/php-cs-fixer fix --config=.php_cs
run: vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php

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

0 comments on commit 5197a6c

Please sign in to comment.