From ee26043a0cc2b03300a4e40a01c7b447a4524418 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 27 Feb 2025 13:02:52 +0100 Subject: Move flaky remote tests into "scheduled" workflow. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5b3353fa..69f55e40 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: pip install -e . python -m spacy download en_core_web_sm - name: Run tests - run: pytest --cov=sec_certs tests + run: pytest --cov=sec_certs -m "not remote" tests - name: Code coverage upload uses: codecov/codecov-action@v4 with: -- cgit v1.3.1