From d19953c0aa5a2ec98a6874a56da5575fd55cece4 Mon Sep 17 00:00:00 2001 From: Olivier LEVILLAIN Date: Tue, 31 Dec 2024 20:13:42 +0100 Subject: [PATCH] removed parrallel testing that run into issue to often --- .github/workflows/build-and-publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-image.yml b/.github/workflows/build-and-publish-image.yml index 4d321a36..c420fdfa 100644 --- a/.github/workflows/build-and-publish-image.yml +++ b/.github/workflows/build-and-publish-image.yml @@ -102,7 +102,7 @@ jobs: - name: Test django (skip redis needing tests) run: | - python ./manage.py test --parallel --exclude-tag needs-redis + python ./manage.py test --exclude-tag needs-redis - name: Set up QEMU uses: docker/setup-qemu-action@v3