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"