Test Setup Failed
Push — master ( eaec61...fed08a )
by Ion
02:23
created

Checkout Config

build:
  environment:
    php:
      version: 7.4
  nodes:
    build:
      services:
        mariadb: 10
        redis: 6
      project_setup:
        override:
          - 'true'
      tests:
        before:
          - bin/console doctrine:database:create -n
          - bin/console doctrine:migrations:migrate -n
        override:
          -
            command: bin/phpunit
            coverage:
              file: clover.xml
              format: clover
    analysis:
      tests:
        override:
          - php-scrutinizer-run
filter:
  excluded_paths:
    - 'tests/*'
    - 'bin/*'
checks:
  php: true

Repository Config


checks:
    php: true