From 780b3a54d3fa81651b43d7baf44c3c17d9e0061e Mon Sep 17 00:00:00 2001 From: Aditya Mandaleeka Date: Thu, 19 Feb 2026 19:47:59 -0800 Subject: [PATCH] Add debug step to investigate missing results artifacts --- .github/workflows/evaluation.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/evaluation.yml b/.github/workflows/evaluation.yml index 1fb8353ae2..6cc844980d 100644 --- a/.github/workflows/evaluation.yml +++ b/.github/workflows/evaluation.yml @@ -87,6 +87,13 @@ jobs: node .skill-validator/dist/index.js $ARGS --tests-dir ./src/dotnet/tests ./src/dotnet/skills + - name: Debug results dir + if: always() + run: | + echo "cwd: $(pwd)" + find . -path './.git' -prune -o -name 'results.json' -print + ls -la .skill-validator-results/ 2>&1 || echo "dir not found" + - name: Upload results if: always() uses: actions/upload-artifact@v4