mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-26 09:19:35 -05:00
Merge branch 'feature/test-syntax-13893' into next
This commit is contained in:
commit
ab070fc5ab
1 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,14 @@
|
|||
stages:
|
||||
- Coding Standards
|
||||
- Unit-Tests
|
||||
|
||||
PSR2 CS Test:
|
||||
stage: Coding Standards
|
||||
tags:
|
||||
- xenial
|
||||
script:
|
||||
- phpcs -p --standard=PSR2 --extensions=php --encoding=utf-8 -w -s library/Businessprocess/ application/ configuration.php run.php test
|
||||
|
||||
Xenial:
|
||||
stage: Unit-Tests
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Reference in a new issue