diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c4226776d..e28dc60eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -142,6 +142,10 @@ jobs: run: ./tests/backfill-test.sh env: INDEX_BACKEND: mysql + - name: Cleanup index test + run: ./tests/cleanup-index-test.sh + env: + INDEX_BACKEND: redis - name: Upload logs if they exist uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 if: failure()