diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 878f1e65e8..2304d2a8cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,6 +53,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - uses: depot/setup-action@v1 - name: Install Dev Container CLI run: npm install -g @devcontainers/cli@0.80.0 - name: Lint and Unit Test All JavaScript Code diff --git a/.github/workflows/login-integration-test.yml b/.github/workflows/login-integration-test.yml index e6a5ad2519..4ae0defe56 100644 --- a/.github/workflows/login-integration-test.yml +++ b/.github/workflows/login-integration-test.yml @@ -14,6 +14,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - uses: depot/setup-action@v1 - name: Install Dev Container CLI run: npm install -g @devcontainers/cli@0.80.0 - name: Run Integration Tests against the Login and a Mocked Zitadel API