From 4e614df6377cf66e017c8c2731c1352847aa150a Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 24 Jul 2025 16:32:01 +0200 Subject: [PATCH] use depot persistent build cache --- .github/workflows/lint.yml | 12 ------------ .github/workflows/login-integration-test.yml | 10 ---------- 2 files changed, 22 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 042355c1bf..1d5588ad92 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,18 +53,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 - name: Install pnpm - with: - version: 9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7 - - # The devcontainer runs install after we set up caching in the following step - run_install: false - - name: Set up pnpm caching - uses: actions/setup-node@v4 - with: - # We don't care about the node version or anything else, we just want to set up pnpm caching - cache: 'pnpm' - 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 54a265ec04..32105e30be 100644 --- a/.github/workflows/login-integration-test.yml +++ b/.github/workflows/login-integration-test.yml @@ -16,16 +16,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 - name: Install pnpm - with: - version: 9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7 - run_install: false - - name: Set up pnpm caching - uses: actions/setup-node@v4 - with: - # We don't care about the node version or anything else, we just want to set up pnpm caching - cache: 'pnpm' - 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