From 8d1d691bc3f6108fa91fc952ed9f7953125887d6 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 24 Jan 2024 21:38:59 +0530 Subject: [PATCH] debug --- .github/workflows/e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 84eff7c51..24a0fbb73 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -108,6 +108,8 @@ jobs: run: | pnpm run build:viz mv stats cypress/snapshots/stats/head + ls -l cypress/snapshots/stats/base + ls -l cypress/snapshots/stats/head echo "size_diff=$(npx tsx scripts/size.ts)" >> $GITHUB_OUTPUT # Size diff only needs to be posted from one job, on PRs.