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:
committed by
GitHub
parent
aeaa73adf6
commit
e58e803368
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user