Skip to content

Commit

Permalink
Suppression du cache des tests (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo authored Feb 18, 2025
1 parent c8b88c9 commit a636d29
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 @@ -107,6 +107,9 @@ jobs:
with:
key: docker-${{ runner.os }}-${{ hashFiles('compose.yml') }}

- name: Delete symfony cache
run: rm -rf var/cache/test

- name: Tests - Functional
run: make test-functional

Expand Down

0 comments on commit a636d29

Please sign in to comment.