Skip to content

Commit

Permalink
Add missing workflow for index cleanup test (#2121)
Browse files Browse the repository at this point in the history
Signed-off-by: Colleen Murphy <[email protected]>
  • Loading branch information
cmurphy authored May 16, 2024
1 parent bb41aff commit 889c2ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 889c2ff

Please sign in to comment.