merge main

This commit is contained in:
Elio Bischof
2025-07-29 12:47:50 +02:00
parent 987141716c
commit 3251570b36

View File

@@ -21,10 +21,7 @@ jobs:
run: npm install -g @devcontainers/cli@0.80.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Setup Depot
uses: depot/setup-action@v1
- name: Run Integration Tests against the Login and a Mocked Zitadel API
run: npm run devcontainer:integration:login
env:
LOGIN_TAG: ${{ inputs.login_build_image }}
DEPOT_TOKEN: ${{ secrets.DEPOT_TOKEN }}