From 859465c995bba74ea8b3a171bcf3111bb19bcb90 Mon Sep 17 00:00:00 2001 From: Maciej Date: Thu, 22 Jun 2023 14:17:48 +0200 Subject: [PATCH] OP-164 - updates build for php unit execution --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02f8c524b..0a291efef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,6 +168,10 @@ jobs: name: Run PHPSpec run: vendor/bin/phpspec run --ansi -f progress --no-interaction + - + name: Run PHPUnit + run: vendor/bin/phpunit --colors=always + - name: Run Behat run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun