Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisspeer committed Mar 22, 2024
1 parent 08657d6 commit e2d90ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:

- name: Run pytest
run: su -c "poetry run coverage run -m pytest tests/tests.py" submituser
continue-on-error: true

- name: Check HTCondor logs
run: for file in .snakemake/htcondor/*.log; do cat "$file"; done
Expand Down

0 comments on commit e2d90ce

Please sign in to comment.