mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-06-24 14:19:19 +00:00
Corrected test error
This commit is contained in:
@ -44,10 +44,10 @@ build:
|
||||
phpmd:
|
||||
stage: test
|
||||
script:
|
||||
- composer run phpmd
|
||||
- php composer.phar run phpmd
|
||||
|
||||
phpcs:
|
||||
stage: test
|
||||
script:
|
||||
- php composer.phar run phpcs
|
||||
- php composer.phar run phpunit
|
||||
- vendor/bin/codacycoverage clover tmp/code-coverage.xml
|
||||
|
Reference in New Issue
Block a user