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