This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Run npm install
once and cache node_modules in E2E tests in CI
#5689
Labels
tools
Used for work on build or release tools.
type: cooldown
Things that are queued for a cooldown period (assists with planning).
type: enhancement
The issue is a request for an enhancement.
Is your feature request related to a problem? Please describe.
It would speed up running the E2E tests in CI if we had a setup step that cached the node_modules for all the other steps in the workflow. There was already a Setup step that was removed in #5678 because it wasn't actually caching the node_modules. It would be good to get this working properly.
The text was updated successfully, but these errors were encountered: