Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Elao - App] Recusrsively apply integration warns #13

Merged
merged 1 commit into from
Jan 14, 2020

Conversation

nervo
Copy link
Member

@nervo nervo commented Jan 14, 2020

Before:

      - label: Integration
        junit: report/junit/*.xml
        parallel: true
        tasks:
          - label: Lint
            tasks:
              - shell: make lint.php-cs-fixer@integration
                warn: true
              - shell: make lint.twig@integration
                warn: true
              - shell: make lint.yaml@integration
                warn: true
          - label: Security
            tasks:
              - shell: make security.symfony@integration
                warn: true
              - shell: make security.yarn@integration
                warn: true
          - label: Test
            tasks:
              - shell: make test.phpunit@integration
                warn: true
                env:
                    DATABASE_URL: mysql://root@127.0.0.1:3306/app
                    APP_ELASTIC_SEARCH_HOST: 127.0.0.1
                    APP_ELASTIC_SEARCH_PORT: 9200

After:

      - label: Integration
        junit: report/junit/*.xml
        parallel: true
        warn: true
        tasks:
          - label: Lint
            tasks:
              - shell: make lint.php-cs-fixer@integration
              - shell: make lint.twig@integration
              - shell: make lint.yaml@integration
          - label: Security
            tasks:
              - shell: make security.symfony@integration
              - shell: make security.yarn@integration
          - label: Test
            tasks:
              - shell: make test.phpunit@integration
                env:
                    DATABASE_URL: mysql://root@127.0.0.1:3306/app
                    APP_ELASTIC_SEARCH_HOST: 127.0.0.1
                    APP_ELASTIC_SEARCH_PORT: 9200

@nervo nervo merged commit c529019 into master Jan 14, 2020
@nervo nervo deleted the elao.app/warn-recursive branch January 14, 2020 15:34
nervo pushed a commit that referenced this pull request Sep 8, 2020
[Elao - App] Recusrsively apply integration warns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant