From f7982a0db2dd8bde98aec22b440a080a77422902 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:18:27 +0200 Subject: [PATCH] CI: Fix partial coverage (#80877) * CI: Split coverage job * Don't wait for pytest-mariadb --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1651795c633..fc0ca593fbd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -970,7 +970,6 @@ jobs: needs: - info - pytest - - pytest-mariadb steps: - name: Check out code from GitHub uses: actions/checkout@v3.1.0