mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Set up Turborepo cache for GitHub actions runner (no-changelog) (#6335)
This commit is contained in:
3
.github/workflows/ci-master.yml
vendored
3
.github/workflows/ci-master.yml
vendored
@@ -29,6 +29,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Configure Turbo cache
|
||||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||
|
||||
- name: 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
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Configure Turbo cache
|
||||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||
|
||||
- name: Start MySQL & Postgres
|
||||
uses: isbang/compose-action@v1.3.2
|
||||
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
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Configure Turbo cache
|
||||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user