From 6f7e63397238812d3362e878eb4aca0a14e04057 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 20 Feb 2024 21:09:50 +0100 Subject: [PATCH] increase behat verbosity --- .github/workflows/test-application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 9e2b60a..22d7e69 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -114,4 +114,4 @@ jobs: run: | vendor/bin/phpunit vendor/bin/phpspec run - vendor/bin/behat --suite=${{ matrix.behat-suite }} + vendor/bin/behat -vv --suite=${{ matrix.behat-suite }}