grumphp icon indicating copy to clipboard operation
grumphp copied to clipboard

Pre push testsuites

Open saidatom opened this issue 1 year ago • 1 comments

Q A
Branch master for features and deprecations
Bug fix? no
New feature? yes
Documented? yes
Fixed tickets #1135

It is an experiment to get the https://github.com/phpro/grumphp/issues/1135 working, actually there is the problem that if we have a grumphp.yml like that:

grumphp:
  process_timeout: 480
  tasks:
    phpcs:
      standard: PSR2
      ignore_patterns:
        - "spec/*Spec.php"
        - "test/*.php"
        - "stubs/*.php"
    phpspec:
      format: progress
      verbose: true
  testsuites:
    git_pre_push:
      tasks: [phpcs, phpspec]
  environment:
    paths:
      - tools

New Task Checklist:

  • [ ] Is the doc/tasks.md file updated?
  • [ ] Is the task registered in the tasks.yml file?
  • [ ] Does the task contains phpunit tests?
  • [ ] Does the task run in the correct context?
  • [ ] Is the run() method readable?
  • [ ] Is the run() method using the configuration correctly?
  • [ ] Are all CI services returning green?

saidatom avatar May 18 '24 23:05 saidatom

We notices this PR became inactive. If you wish to continue, feel free to pick it up again. If not, we will be closing this PR soon. Thanks for your understanding.

veewee avatar Nov 26 '24 12:11 veewee