From feaf2fc42c7e37daab0c1e4fafb321d1dd06290b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=A9lie=20Loulergue?= Date: Sun, 1 Dec 2024 06:45:48 +0100 Subject: [PATCH] remove cleanup catalog --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc6a14..2f5ae61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,6 @@ jobs: run: | cp -r local/images /tmp/images continue-on-error: false - - name: Cleanup Catalog - run: | - curl -X DELETE "http://localhost:3001/palpatine/catalog" - name: Run Tests run: | cd ${{ github.workspace }}/tests