Skip to content

Commit

Permalink
Merge pull request #21 from BouyguesTelecom/improve/dx-docker-compose
Browse files Browse the repository at this point in the history
add clean up catalog step before launching bru tests
  • Loading branch information
AmelieLoulergue authored Dec 1, 2024
2 parents 61d1a28 + 94e019b commit 9a4d3f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ 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
Expand Down

0 comments on commit 9a4d3f6

Please sign in to comment.