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"