Skip to content

Commit

Permalink
Change php.yml for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiCho committed Nov 19, 2023
1 parent 2b139a8 commit 799ca30
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,5 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
run: composer test

- name: Run Pint
run: ./vendor/bin/pint --test

- name: Coverage
run: composer cover
- name: Check coding standards and tests
run: composer check

0 comments on commit 799ca30

Please sign in to comment.