From 60ce3ff7028a2e34b81c183535e6d62d96836c33 Mon Sep 17 00:00:00 2001 From: Amine GHOZLANE Date: Fri, 29 Nov 2024 15:48:59 +0100 Subject: [PATCH] add a cache clear --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e73510..34da35e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Install the project dependencies run: poetry install --only test -C meteor - name: Run the automated tests (for example) - run: poetry run -C meteor pytest -s -vv --cov=meteor --cov-report xml + run: poetry run -C meteor pytest --cache-clear -s -vv --cov=meteor --cov-report xml timeout-minutes: 15 - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1