Skip to content

Commit

Permalink
GIT: remove 'needs' attribute from pytest action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Dec 17, 2023
1 parent f18b8f2 commit 712920f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 712920f

Please sign in to comment.