Skip to content

Commit

Permalink
chore(repo): seeing if cache invalidation will solve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens committed Apr 27, 2023
1 parent 3210e09 commit 7bbc20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ commands:
pnpm install --frozen-lockfile
- save_cache:
name: Save pnpm Package Cache
key: node-deps-{{ arch }}-v3-{{ checksum "pnpm-lock.yaml" }}
key: node-deps-{{ arch }}-v3-{{ checksum "pnpm-lock.yaml" }}-delete-me
paths:
- ~/.pnpm-store
- ~/.cache/Cypress
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
NX_E2E_CI_CACHE_KEY: e2e-circleci-<< parameters.os >>
SELECTED_PM: << parameters.pm >>
NX_E2E_RUN_CYPRESS: 'true'
NX_VERBOSE_LOGGING: 'false'
NX_VERBOSE_LOGGING: 'true'
NX_PERF_LOGGING: 'false'
steps:
- run:
Expand Down

0 comments on commit 7bbc20d

Please sign in to comment.