From 9e8936e2b84933af099cd36b56d1b7a92526f86e Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 26 Nov 2025 06:33:51 -0500 Subject: [PATCH] comment - integration test cleanup --- .github/workflows/test-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 0ef50684..635552f0 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -39,8 +39,8 @@ jobs: - run: df -h - - name: Cleanup - run: sudo rm -rf opensearch-data + #- name: Cleanup + # run: sudo rm -rf opensearch-data - name: Checkout uses: actions/checkout@v4