Skip to content

Commit

Permalink
build: Switched CI to composer alias
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Dec 14, 2023
1 parent 927fed1 commit c3b0ad6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,5 @@ jobs:
- name: Install Composer dependencies
run: composer update --no-interaction --no-progress --optimize-autoloader --prefer-dist ${{ matrix.stability }}

- name: Check code style
run: vendor/bin/phpcs

- name: Run tests
run: vendor/bin/phpunit
- name: Check code
run: composer check-code

0 comments on commit c3b0ad6

Please sign in to comment.