From 79dc74da1af18a84351e74c272111ffbc4f997a7 Mon Sep 17 00:00:00 2001 From: Jan Wennrich <jan.wennrich@pcsg.de> Date: Fri, 14 Apr 2023 15:05:27 +0000 Subject: [PATCH] ci: add debugging output to phpcs-job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4f5b39..655dd5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ phpcs: stage: test script: - composer global require squizlabs/php_codesniffer=^3 + - ls -laR $CI_PROJECT_DIR - /tmp/vendor/bin/phpcs -s -n -p --standard=PSR1,PSR2,PSR12 --no-cache --report=full --colors $CI_PROJECT_DIR #stages: # - lint -- GitLab