From ae67e679714262527fef369f2807bad10fdc506b Mon Sep 17 00:00:00 2001 From: Peter Boers Date: Thu, 14 Mar 2024 13:41:21 +0100 Subject: [PATCH] Adds needed steps --- .github/workflows/test-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 7cea7f1..21b29f8 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -48,9 +48,10 @@ jobs: path: reports/report-pytest-${{ matrix.python-version }}.xml # Use always() to always run this step to publish test results when there are test failures if: ${{ matrix.pydantic-version == '2.*' }} && ${{ always() }} - coverage-combine: needs: [build] + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v5 with: