From 81d001bcdc10cfbeb7cdac977298973ca5adb7d7 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 17 Mar 2022 12:57:36 +0100 Subject: [PATCH] Remove duplicate (partial) pytest job (#68221) --- .github/workflows/ci.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4dba1fca52..259277b1666 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -812,22 +812,6 @@ jobs: --durations-min=1 \ -p no:sugar \ tests/components/${{ matrix.group }} - - name: Run pytest (partially); no coverage - if: needs.changes.outputs.test_full_suite == 'false' - timeout-minutes: 10 - run: | - . venv/bin/activate - python --version - python3 -X dev -m pytest \ - -qq \ - --timeout=9 \ - --durations=10 \ - -n auto \ - -o console_output_style=count \ - --durations=0 \ - --durations-min=1 \ - -p no:sugar \ - tests/components/${{ matrix.group }} - name: Upload coverage artifact uses: actions/upload-artifact@v3.0.0 with: