From 88160666f8f1a679b48c3276974b72dfaba81256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 15 Mar 2024 20:14:14 +0100 Subject: [PATCH] -- --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3c1494..7cfb9d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: tools: castor - name: "Build and start the infrastructure" - run: "castor start && sleep 5" + run: "castor start -vv && sleep 5" - name: "Check PHP coding standards" run: "castor qa:cs"