mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
debug
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -53,6 +53,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Install Dev Container CLI
|
||||||
|
run: npm install -g @devcontainers/cli@0.80.0
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Lint and Unit Test All JavaScript Code
|
- name: Lint and Unit Test All JavaScript Code
|
||||||
|
5
.github/workflows/login-integration-test.yml
vendored
5
.github/workflows/login-integration-test.yml
vendored
@@ -25,3 +25,8 @@ jobs:
|
|||||||
run: npm run devcontainer:integration:login
|
run: npm run devcontainer:integration:login
|
||||||
env:
|
env:
|
||||||
LOGIN_TAG: ${{ inputs.login_build_image }}
|
LOGIN_TAG: ${{ inputs.login_build_image }}
|
||||||
|
DOCKER_BUILDKIT: 1
|
||||||
|
BUILDKIT_PROGRESS: plain
|
||||||
|
# Add verbose logging
|
||||||
|
COMPOSE_LOG_LEVEL: DEBUG
|
||||||
|
DEVCONTAINER_LOG_LEVEL: trace
|
||||||
|
Reference in New Issue
Block a user