Skip to content

Commit

Permalink
Remove test_symfony_console_conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Feb 2, 2022
1 parent 2a938c4 commit 1accedc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,6 @@ jobs:
name: Run against a module
command: |
drupal-check /tmp/drupal/web/core/modules/dynamic_page_cache
test_symfony_console_conflict:
<<: *defaults
steps:
- setup-job
- run: mkdir -p /tmp/example
- run: composer require behat/behat:^3.0 drush/drush:^9 --working-dir /tmp/example
- run: |
composer config repositories.0 '{"type": "path", "url": "~/repo", "options": { "symlink": false }}' --working-dir /tmp/example
- run: |
composer require mglaman/drupal-check *@dev --working-dir /tmp/example
- run: |
/tmp/example/vendor/bin/drupal-check --version
test_contained_not_initialized:
<<: *defaults
steps:
Expand All @@ -205,7 +193,6 @@ workflows:
- test_drupal
- test_drupal_project
- test_global_require_with_drush
- test_symfony_console_conflict
- test_contrib
- test_contained_not_initialized
- test_drupal_local_require
Expand Down

0 comments on commit 1accedc

Please sign in to comment.