diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bbaa2b183e..44e3b6f116 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,6 +53,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Install Dev Container CLI + run: npm install -g @devcontainers/cli@0.80.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Lint and Unit Test All JavaScript Code diff --git a/.github/workflows/login-integration-test.yml b/.github/workflows/login-integration-test.yml index ae32c1168a..a56305c994 100644 --- a/.github/workflows/login-integration-test.yml +++ b/.github/workflows/login-integration-test.yml @@ -25,3 +25,8 @@ jobs: run: npm run devcontainer:integration:login env: LOGIN_TAG: ${{ inputs.login_build_image }} + DOCKER_BUILDKIT: 1 + BUILDKIT_PROGRESS: plain + # Add verbose logging + COMPOSE_LOG_LEVEL: DEBUG + DEVCONTAINER_LOG_LEVEL: trace