Skip to content
Snippets Groups Projects
Commit c095607a authored by Arya Pradipta's avatar Arya Pradipta
Browse files

fix ci

parent d5320d1f
No related merge requests found
Pipeline #4683 failed
...@@ -42,9 +42,9 @@ stages: ...@@ -42,9 +42,9 @@ stages:
cs: cs:
stage: stage:
codesmell codesmell--error-severity=1 --warning-severity=8 --extensions=php
script: script:
- vendor/bin/phpcs --error-severity=1 --warning-severity=8 --extensions=php - vendor/bin/phpcs
# Run our tests # Run our tests
# If Xdebug was installed you can generate a coverage report and see code coverage metrics. # If Xdebug was installed you can generate a coverage report and see code coverage metrics.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment