From d1b7a36801b341f23596816233f86b256cb4f541 Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 26 Nov 2025 06:32:38 -0500 Subject: [PATCH] integration test cleanup --- .github/workflows/test-integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 92c9a976..0ef50684 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -39,6 +39,9 @@ jobs: - run: df -h + - name: Cleanup + run: sudo rm -rf opensearch-data + - name: Checkout uses: actions/checkout@v4