From aec6278a50fb8bb271ed4fac3772137ef9794bb5 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 5 May 2025 22:22:50 +0100 Subject: [PATCH] Add debugging output for benchmark report extraction in CI workflow --- .github/workflows/docs-and-testcov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs-and-testcov.yml b/.github/workflows/docs-and-testcov.yml index 81a184f..53a3495 100644 --- a/.github/workflows/docs-and-testcov.yml +++ b/.github/workflows/docs-and-testcov.yml @@ -119,6 +119,8 @@ jobs: -o benchmark-report.zip "$artifact_url" mkdir -p benchmark-report + # print ls -a + echo "$( ls -a benchmark-report )" unzip benchmark-report.zip -d benchmark-report # there will be a tar file in the benchmark-report directory # called artifact.tar. unzip it into the benchmark-report