From 8e94d6e0b82de5052538f2bf3fef06d9d1b4c497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Gr=C3=B3dek?= Date: Fri, 3 Nov 2023 16:55:41 +0100 Subject: [PATCH] Try to run tests with single worker --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6526891..6c1ca7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: run: pip install -r requirements-dev.txt - name: Run Tests - run: pytest -v -p no:warnings --junitxml=report.xml tests/ + run: pytest -v -p no:warnings --junitxml=report.xml tests/ --workers 1 - name: Publish Test Report uses: actions/upload-artifact@v2