From ccd5be6bdca4066152fe3d66ccd71576455db0a0 Mon Sep 17 00:00:00 2001 From: phact Date: Mon, 15 Sep 2025 15:49:28 -0400 Subject: [PATCH] ls keys --- .github/workflows/test-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 0ff6b8ff..46bbe977 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -50,3 +50,5 @@ jobs: DISABLE_STARTUP_INGEST: "true" run: | make test-ci + echo "Keys directory after tests:" + ls -la keys/ || echo "No keys directory"