Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-04-12 15:30:43 +02:00
rodič ba86e2bbc2
revize 803b6d7fad
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: FE03C3A163FEDE68
1 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

@ -66,7 +66,7 @@ steps:
- cd apps/$APP_NAME
# Run phpunit tests
- cd tests/php/
- cd tests/unit/
- phpunit --configuration phpunit.xml
trigger:
@ -96,7 +96,7 @@ steps:
- cd apps/$APP_NAME
# Run phpunit tests
- cd tests/php/
- cd tests/unit/
- phpunit --configuration phpunit.xml
trigger:
@ -126,7 +126,7 @@ steps:
- cd apps/$APP_NAME
# Run phpunit tests
- cd tests/php/
- cd tests/unit/
- phpunit --configuration phpunit.xml
trigger: