Skip to content

Commit

Permalink
trying to fix the source error
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 13, 2023
1 parent cd4ae58 commit 4e1029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Test with pytest
run: |
echo "Which nf-core: $(which nf-core)"
python3 -m pytest tests/${{matrix.test}} --color=yes --cov-report=xml --cov-config=.github/.coveragerc --cov=nf_core -s --durations=0 || exit_code=$?
python3 -m pytest tests/${{matrix.test}} --color=yes --cov-report=xml --cov-config=.github/.coveragerc -s --durations=0 || exit_code=$?
# don't fail if no tests were collected, e.g. for test_licence.py
if [ "${exit_code}" -eq 5 ]; then
echo "No tests were collected"
Expand Down

0 comments on commit 4e1029c

Please sign in to comment.