mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:27:32 +00:00
image created
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -59,13 +59,12 @@ jobs:
|
|||||||
${{ runner.os }}-login-run-caches-
|
${{ runner.os }}-login-run-caches-
|
||||||
- name: Show Run Caches
|
- name: Show Run Caches
|
||||||
run: make show-run-caches
|
run: make show-run-caches
|
||||||
- run: make login-test-acceptance
|
- run: make login-quality
|
||||||
env:
|
env:
|
||||||
# latest if branch is main, otherwise image version which is the pull request number
|
# latest if branch is main, otherwise image version which is the pull request number
|
||||||
BAKE_CLI: depot bake
|
BAKE_CLI: depot bake
|
||||||
DEPOT_PROJECT_ID: jp837jn3fm
|
DEPOT_PROJECT_ID: jp837jn3fm
|
||||||
FORCE: true
|
FORCE: ${{ github.event.inputs.clean-run-caches == 'true' }}
|
||||||
# FORCE: ${{ github.event.inputs.clean-run-caches == 'true' }}
|
|
||||||
- name: Save Run Caches
|
- name: Save Run Caches
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
|
14
Makefile
14
Makefile
@@ -45,7 +45,7 @@ login-test-unit:
|
|||||||
$(BAKE_CLI_WITH_COMMON_ARGS) login-test-unit
|
$(BAKE_CLI_WITH_COMMON_ARGS) login-test-unit
|
||||||
|
|
||||||
login-test-integration-build:
|
login-test-integration-build:
|
||||||
$(BAKE_CLI_WITH_COMMON_ARGS) core-mock login-test-integration
|
$(BAKE_CLI_WITH_COMMON_ARGS) core-mock login-test-integration login-standalone
|
||||||
|
|
||||||
login-test-integration-run: login-test-integration-cleanup
|
login-test-integration-run: login-test-integration-cleanup
|
||||||
docker compose --file ./apps/login-test-integration/docker-compose.yaml run --rm integration
|
docker compose --file ./apps/login-test-integration/docker-compose.yaml run --rm integration
|
||||||
@@ -54,20 +54,14 @@ login-test-integration-cleanup:
|
|||||||
docker compose --file ./apps/login-test-integration/docker-compose.yaml down --volumes
|
docker compose --file ./apps/login-test-integration/docker-compose.yaml down --volumes
|
||||||
|
|
||||||
.PHONY: login-test-integration
|
.PHONY: login-test-integration
|
||||||
login-test-integration: login-standalone-build login-test-integration-build
|
login-test-integration: login-test-integration-build
|
||||||
./scripts/run_or_skip.sh login-test-integration-run \
|
./scripts/run_or_skip.sh login-test-integration-run \
|
||||||
"$(LOGIN_TAG) \
|
"$(LOGIN_TAG) \
|
||||||
$(CORE_MOCK_TAG) \
|
$(CORE_MOCK_TAG) \
|
||||||
$(LOGIN_TEST_INTEGRATION_TAG)"
|
$(LOGIN_TEST_INTEGRATION_TAG)"
|
||||||
|
|
||||||
login-test-acceptance-compose-build:
|
login-test-acceptance-build:
|
||||||
$(BAKE_CLI_WITH_COMMON_ARGS) --load setup sink oidcrp samlsp
|
$(BAKE_CLI_WITH_COMMON_ARGS) --load setup sink oidcrp samlsp login-test-acceptance login-standalone
|
||||||
|
|
||||||
login-test-acceptance-bake-build:
|
|
||||||
$(BAKE_CLI_WITH_COMMON_ARGS) login-test-acceptance
|
|
||||||
|
|
||||||
login-test-acceptance-build: login-test-acceptance-compose-build login-test-acceptance-bake-build login-standalone-build
|
|
||||||
@:
|
|
||||||
|
|
||||||
login-test-acceptance-run: login-test-acceptance-cleanup
|
login-test-acceptance-run: login-test-acceptance-cleanup
|
||||||
docker compose --file ./apps/login-test-acceptance/docker-compose.yaml run --rm --service-ports acceptance
|
docker compose --file ./apps/login-test-acceptance/docker-compose.yaml run --rm --service-ports acceptance
|
||||||
|
Reference in New Issue
Block a user