Skip to content

Commit

Permalink
Update CI tests on GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 19, 2022
1 parent b46154e commit 8fa84ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ test:php:
- build/
- vendor/
before_script:
- php -v
- composer update
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/phpstan analyse -vvv
- vendor/bin/phpstan analyse --xdebug -vvv
- vendor/bin/phpunit --colors=never
- phpdoc
artifacts:
Expand Down

0 comments on commit 8fa84ea

Please sign in to comment.