mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:17:33 +00:00
setup buildx
This commit is contained in:
5
.github/workflows/login-integration-test.yml
vendored
5
.github/workflows/login-integration-test.yml
vendored
@@ -17,9 +17,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- uses: depot/setup-action@v1
|
|
||||||
- name: Install Dev Container CLI
|
- name: Install Dev Container CLI
|
||||||
run: npm install -g @devcontainers/cli@0.80.0
|
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
|
- name: Run Integration Tests against the Login and a Mocked Zitadel API
|
||||||
run: npm run devcontainer:integration:login
|
run: npm run devcontainer:integration:login
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user