Skip to content

Commit

Permalink
Disable PHPMD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Apr 16, 2022
1 parent f2f6c2d commit 87eae94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
run:
vendor/bin/php-cs-fixer fix --diff --dry-run --verbose

- name: PHPMD
run:
vendor/bin/phpmd src xml phpmd.xml
#- name: PHPMD
# run:
# vendor/bin/phpmd src xml phpmd.xml

- name: PHPStan
run:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:php:
script:
- composer normalize --dry-run --indent-size=4 --indent-style=space
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
- vendor/bin/phpmd src xml phpmd.xml
#- vendor/bin/phpmd src xml phpmd.xml
- vendor/bin/phpstan analyse -vvv
- vendor/bin/phpunit --colors=never
- phpdoc
Expand Down

0 comments on commit 87eae94

Please sign in to comment.