mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
8d00f8149a
Adds an opt-in `stamp` mode that caches the extracted `vendor/` directory in addition to the Composer download cache. On a warm hit, `composer install` is effectively a no-op and shaves 2–5 minutes off a full Magento install.
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "magento/product-community-edition",
|
|
"version": "2.4.7"
|
|
}
|
|
],
|
|
"packages-dev": []
|
|
}
|