mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
ci: Set up Turborepo cache for GitHub actions runner (no-changelog) (#6335)
This commit is contained in:
parent
0f2bc6b737
commit
9dfc11037b
3
.github/workflows/ci-master.yml
vendored
3
.github/workflows/ci-master.yml
vendored
|
@ -29,6 +29,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Configure Turbo cache
|
||||||
|
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
|
|
3
.github/workflows/ci-postgres-mysql.yml
vendored
3
.github/workflows/ci-postgres-mysql.yml
vendored
|
@ -28,6 +28,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Configure Turbo cache
|
||||||
|
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||||
|
|
||||||
- name: Start MySQL & Postgres
|
- name: Start MySQL & Postgres
|
||||||
uses: isbang/compose-action@v1.3.2
|
uses: isbang/compose-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
|
|
3
.github/workflows/ci-pull-requests.yml
vendored
3
.github/workflows/ci-pull-requests.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Configure Turbo cache
|
||||||
|
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue