Skip to content

Commit

Permalink
ci: remove pest from quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-chinour committed Jul 13, 2024
1 parent 82696db commit cd65975
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@ jobs:
- name: "Install Dependencies"
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --ignore-platform-reqs


- name: "Coding Style validation with ECS"
run: vendor/bin/ecs --no-progress-bar

- name: "Static Code validation with PHPStan"
run: vendor/bin/phpstan analyse --no-progress

- name: "Run Pest testsuite"
run: ./vendor/bin/pest --no-progress

0 comments on commit cd65975

Please sign in to comment.