mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
use depot persistent build cache
This commit is contained in:
12
.github/workflows/lint.yml
vendored
12
.github/workflows/lint.yml
vendored
@@ -53,18 +53,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Install Dev Container CLI
|
||||||
run: npm install -g @devcontainers/cli@0.80.0
|
run: npm install -g @devcontainers/cli@0.80.0
|
||||||
- name: Lint and Unit Test All JavaScript Code
|
- name: Lint and Unit Test All JavaScript Code
|
||||||
|
10
.github/workflows/login-integration-test.yml
vendored
10
.github/workflows/login-integration-test.yml
vendored
@@ -16,16 +16,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Install Dev Container CLI
|
||||||
run: npm install -g @devcontainers/cli@0.80.0
|
run: npm install -g @devcontainers/cli@0.80.0
|
||||||
- name: Run Integration Tests against the Login and a Mocked Zitadel API
|
- name: Run Integration Tests against the Login and a Mocked Zitadel API
|
||||||
|
Reference in New Issue
Block a user