diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index e69b2bfb9..c6cc2588b 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -54,12 +54,8 @@ jobs: coverage: "xdebug" tools: "composer" - - name: "Show PHP version" - if: ${{ secrets.DEBUG == 'true' }} - run: "php -v && composer -V" - - name: "Show Docker version" - if: ${{ secrets.DEBUG == 'true' }} + if: ${{ runner.debug }} run: "docker version && env" - name: "Download Composer cache dependencies from cache"