Skip to content

Commit

Permalink
ci(repo): Remove caching from NextJs bundle analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Jun 24, 2023
1 parent 6d049ed commit e8c0c97
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
- name: Install dependencies
run: npm install --frozen-lockfile --legacy-peer-deps

- name: Restore next build
uses: actions/cache@v3
id: restore-build-cache
env:
cache-name: cache-next-build
with:
path: .next/cache
# change this if you prefer a more strict cache
key: ${{ runner.os }}-build-${{ env.cache-name }}
#- name: Restore next build
# uses: actions/cache@v3
# id: restore-build-cache
# env:
# cache-name: cache-next-build
# with:
# path: .next/cache
# # change this if you prefer a more strict cache
# key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Prepare for Design Token build
run: npx nx run tools-executors-typescript:build:design-tokens-build
Expand Down

0 comments on commit e8c0c97

Please sign in to comment.