From 2e1faf5b1be49a0cdee94bcd3b29e4ec6e3427e0 Mon Sep 17 00:00:00 2001 From: MUI bot <2109932+Janpot@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:55:07 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37a0482a6eca5..8dcfa342270f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -334,6 +334,9 @@ jobs: - run: name: Install ffmpeg command: apt update && apt upgrade -y && apt install ffmpeg -y + - run: + name: debug + command: cat ./node_modules/@mui/internal-markdown/package.json - run: name: Run visual regression tests command: xvfb-run pnpm test:regressions