diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 483e6bd..ea0da4b 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -51,7 +51,9 @@ jobs: timeout: 120 - name: Print all environment variables - run: env + run: | + echo 'envvar:' + env - name: Capture Docker Logs if: failure()