From c93c584d8821b4d65a3548acbb33dfd54c581b57 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sun, 2 Feb 2020 20:19:51 +0100 Subject: [PATCH] Added phpunit to bb pipeline Signed-off-by: Janos SUTO --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 8bc08ca5..468c3398 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,4 +18,5 @@ pipelines: - mysql -u piler -ppiler123 piler1 < /usr/share/piler/db-mysql.sql - cd unit_tests - ./run.sh - + - cd .. + - phpunit