Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/clear-nails-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

No release note: this changes CI preview generation only.
13 changes: 1 addition & 12 deletions .github/actions/setup-caches/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Setup CI caches"
description: "Caches Maven repo + generated sources, Playwright browsers, and Storybook builds. Node/pnpm setup happens in the calling workflow via pnpm/action-setup + actions/setup-node (cache: pnpm)."
description: "Caches Maven dependencies and Playwright browsers. Node/pnpm setup happens in the calling workflow."
inputs:
cache-type:
description: "Type of cache to setup"
Expand Down Expand Up @@ -43,14 +43,3 @@ runs:
key: ${{ inputs.os }}-playwright-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ inputs.os }}-playwright-

- name: Cache Storybook build
if: contains(fromJSON('["webapp-visual", "webapp-storybook"]'), inputs.cache-type)
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
webapp/storybook-static
webapp/.storybook/.cache
key: ${{ inputs.os }}-storybook-${{ hashFiles('webapp/**/*.stories.tsx', 'webapp/.storybook/**', 'pnpm-lock.yaml') }}
restore-keys: |
${{ inputs.os }}-storybook-
1 change: 0 additions & 1 deletion webapp/chromatic.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"projectId": "Project:66a8981a27ced8fef3190d41",
"skip": "dependabot/**",
"storybookBaseDir": "webapp",
"storybookBuildDir": "storybook-static",
"traceChanged": "expanded",
"untraced": [
"**/*.md",
Expand Down
Loading