diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 58e7d6f299e4e..dd1cb4774efde 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -6,6 +6,7 @@ env: CYPRESS_BASELINE_REPO: 'baseline' CYPRESS_RESULTS_FOLDER: 'projects/demo-cypress/tests-results' CYPRESS_BASELINE_SNAPSHOTS: 'projects/demo-cypress/tests-results/snapshots/baseline' + CYPRESS_CACHE_FOLDER: '~/node_modules/cache-cypress' jobs: build-demo: