mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:17:32 +00:00
network mode host
This commit is contained in:
4
.github/workflows/login-integration-test.yml
vendored
4
.github/workflows/login-integration-test.yml
vendored
@@ -21,10 +21,6 @@ jobs:
|
|||||||
run: npm install -g @devcontainers/cli@0.80.0
|
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: Print Config
|
|
||||||
run: COMPOSE_BAKE=1 docker compose --file .devcontainer/base/docker-compose.yaml --file .devcontainer/login-integration/docker-compose.yaml config login-integration
|
|
||||||
env:
|
|
||||||
LOGIN_TAG: ${{ inputs.login_build_image }}
|
|
||||||
- name: Pull Login Build Image
|
- name: Pull Login Build Image
|
||||||
run: docker pull ${{ inputs.login_build_image }}
|
run: docker pull ${{ inputs.login_build_image }}
|
||||||
- name: Run Integration Tests against the Login and a Mocked Zitadel API
|
- name: Run Integration Tests against the Login and a Mocked Zitadel API
|
||||||
|
Reference in New Issue
Block a user