diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b0013f5cf..95338f1bf7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/apps/web/test/unit-tests/components/structures/__snapshots__/MatrixChat-test.tsx.snap b/apps/web/test/unit-tests/components/structures/__snapshots__/MatrixChat-test.tsx.snap index 564aadaf87..1607005b1d 100644 --- a/apps/web/test/unit-tests/components/structures/__snapshots__/MatrixChat-test.tsx.snap +++ b/apps/web/test/unit-tests/components/structures/__snapshots__/MatrixChat-test.tsx.snap @@ -97,7 +97,7 @@ exports[` Multi-tab lockout waits for other tab to stop during sta > should render spinner while app is loading 1`] = ` >

0
@@ -1644,7 +1644,7 @@ exports[`RoomView should hide the pinned message banner when hidePinnedMessageBa