2
1
Derivar 0

use correct path

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Este cometimento está contido em:
Morris Jobke 2019-04-12 15:30:43 +02:00
ascendente ba86e2bbc2
cometimento 803b6d7fad
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: FE03C3A163FEDE68
1 ficheiros modificados com 3 adições e 3 eliminações

Ver ficheiro

@ -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: