From fb77af8e0842d957d8644747d3f3e0aad4aae7e7 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Sun, 3 Dec 2023 02:59:27 -0300 Subject: [PATCH] GIT: remove 'needs' attribute from pytest action --- .github/workflows/test_pytest.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_pytest.yaml b/.github/workflows/test_pytest.yaml index f08303c0d..afbf67d58 100644 --- a/.github/workflows/test_pytest.yaml +++ b/.github/workflows/test_pytest.yaml @@ -18,7 +18,6 @@ jobs: - name: Fail run: exit 1 pytest_and_doctest: - needs: fail_if_pr_is_draft runs-on: ${{ matrix.os }} strategy: matrix: @@ -67,7 +66,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/reports/ env_vars: OS,PYTHON - fail_ci_if_error: true + fail_ci_if_error: false files: ./coverage.xml, ./rocketpy/coverage.xml flags: unittests name: codecov-umbrella