woocommerce/.github/actions/setup-woocommerce-monorepo
Vladimir Reznichenko 4311640de2
Monorepo: caching deps per target package in GH actions (#49020)
In this PR, we are implementing per-package build and caching, which optimizes build and fetching cached dependencies times across our workflows.
2024-07-10 14:39:49 +02:00
..
scripts Updated PNPM to ^8.12.1 (#42860) 2023-12-18 20:31:49 +13:00
README.md Optimize Workflow Caching (#34607) 2022-09-13 13:55:03 +12:00
action.yml Monorepo: caching deps per target package in GH actions (#49020) 2024-07-10 14:39:49 +02:00

README.md

GitHub Action: Setup WooCommerce Monorepo

This action will prime the plugins, packages, and tools in the monorepo for other workflows. This includes support for installing dependencies, building projects, and caching the output of both.

Usage

See action.yml for information about all of the inputs the action supports.