Skip to content

Commit

Permalink
Add Cypress caching path.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Dec 2, 2024
1 parent 79cf48a commit 82c25e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ jobs:
path: |
.cache/yarn
node_modules
/github/home/.cache/Cypress
- name: Run registry validation
run: yarn validate:registry
Expand All @@ -280,6 +281,7 @@ jobs:
path: |
.cache/yarn
node_modules
/github/home/.cache/Cypress
- name: Create test results folder
run: mkdir -p test-results
Expand Down Expand Up @@ -324,6 +326,7 @@ jobs:
path: |
.cache/yarn
node_modules
/github/home/.cache/Cypress
- name: Update browserslist
run: yarn exec -- browserslist --update-db
Expand All @@ -347,6 +350,7 @@ jobs:
path: |
.cache/yarn
node_modules
/github/home/.cache/Cypress
- name: Audit dependencies
run: yarn security-check
Expand All @@ -367,6 +371,7 @@ jobs:
path: |
.cache/yarn
node_modules
/github/home/.cache/Cypress
- name: Fetch Drupal cache
run: yarn fetch-drupal-cache
Expand Down Expand Up @@ -637,6 +642,7 @@ jobs:
path: |
.cache/yarn
node_modules
/github/home/.cache/Cypress
- name: Set output of latest_run_number
id: latest-run-number
Expand Down Expand Up @@ -748,6 +754,7 @@ jobs:
path: |
~/.cache/yarn
node_modules
/github/home/.cache/Cypress
- name: Trigger Jenkins pipeline
run: node script/github-actions/trigger-jenkins.js
Expand Down

0 comments on commit 82c25e3

Please sign in to comment.