Skip to content

Commit

Permalink
ci: add puppeteer cache to workspace persist paths
Browse files Browse the repository at this point in the history
This is needed due to the breaking change in version 19 puppeteer/puppeteer#9095
  • Loading branch information
alan-agius4 committed Oct 25, 2022
1 parent b6f0946 commit b02b8db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/dynamic_config.yml
Expand Up @@ -33,7 +33,7 @@ var_3_all_major: &all_nodeversion_major ['14', '16']
# Workspace initially persisted by the `setup` job, and then enhanced by `setup-and-build-win`.
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
# https://circleci.com/blog/deep-diving-into-circleci-workspaces/
var_4: &workspace_location .
var_4: &workspace_location ~/
# Filter to only release branches on a given job.
var_5: &only_release_branches
filters:
Expand Down Expand Up @@ -154,7 +154,8 @@ jobs:
- persist_to_workspace:
root: *workspace_location
paths:
- ./*
- ./ng/*
- ./.cache/puppeteer/*
- save_cache:
key: *cache_key
paths:
Expand Down Expand Up @@ -267,7 +268,7 @@ jobs:
- persist_to_workspace:
root: *workspace_location
paths:
- dist/_*.tgz
- ./ng/dist/_*.tgz

build-bazel-e2e:
executor: action-executor
Expand Down

0 comments on commit b02b8db

Please sign in to comment.