woocommerce/.github/actions/setup-woocommerce-monorepo
Vladimir Reznichenko 46f952eeb5
Monorepo: enable babel-loader and Jest caching (inc. CI) (#49656)
In this PR, we are consolidating babel-loader caching and adding Jest caching, improving build/testing times locally and in CI. The improvement comes from cache covering transpile steps in the mentioned processes.
2024-07-19 09:40:01 +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: enable babel-loader and Jest caching (inc. CI) (#49656) 2024-07-19 09:40:01 +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.