Update to compound 9.2.0 (#33173)

* Upgrade to compound 9.2.0

... to pick up the export of PageHeader

* update snapshots

* update shared-components snapshots

* More snapshot updates

* update snapshot

* GHA: Show disk usage on failure
This commit is contained in:
Richard van der Hoff
2026-04-17 16:51:43 +01:00
committed by GitHub
parent aeaa73adf6
commit e58e803368
65 changed files with 220 additions and 215 deletions
+5
View File
@@ -163,6 +163,11 @@ jobs:
working-directory: "packages/${{ matrix.package }}"
run: pnpm test:unit --coverage=$ENABLE_COVERAGE
# Dump the disk usage on failure, because this job seems to fail with disk fills sometimes
- name: df
run: df
if: ${{ failure() }}
- name: Upload Artifact
if: env.ENABLE_COVERAGE == 'true'
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7