From 863cd18ef349da78d060a551f4deb33e4697e14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Sun, 23 Aug 2026 21:07:43 +0100 Subject: [PATCH] chore(ci): argos no minify HTML to ease review (#12384) --- .github/workflows/argos.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/argos.yml b/.github/workflows/argos.yml index 1103faae4ec8..616f2a5f6a5a 100644 --- a/.github/workflows/argos.yml +++ b/.github/workflows/argos.yml @@ -53,11 +53,16 @@ jobs: - name: Install Playwright browsers run: pnpm playwright install --with-deps chromium - - name: Build website fast + - name: Build website for screenshots run: pnpm argos:build - - name: Take and upload Argos screenshots run: pnpm argos:screenshot + - name: Build website for text snapshots + run: pnpm argos:build + env: + # Easier HTML diffs to review on Argos + # an alternative could be to use Prettier/Oxfmt on build output + SKIP_HTML_MINIFICATION: true - name: Upload Argos text snapshots run: pnpm argos:upload-text-snapshots