diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index fb4b278..965ab3c 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -60,6 +60,7 @@ jobs: timeout: 120 - name: chkenv3 + if: always() run: python -c "import os; print(os.getenv('CELL_GITHUB'))" - name: Capture Docker Logs