Skip to content

Commit

Permalink
update composer test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanrajpac committed Feb 11, 2024
1 parent 3c87b86 commit a6c5ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-versions }}
command: composer update
command: update

- name: Validate Composer
run: composer validate --strict

- name: PHP Lint
run: composer run lint
run: composer lint

- name: PHP test
run: composer run test:unit
run: composer test:unit

0 comments on commit a6c5ab7

Please sign in to comment.