Skip to content

Commit

Permalink
read errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisspeer committed Mar 23, 2024
1 parent ed74b4e commit 33275d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
ls /tmp/pytest-of-submituser/pytest-0/test_simple_workflow0/simple/.snakemake/htcondor
for file in /tmp/pytest-of-submituser/pytest-0/test_simple_workflow0/simple/.snakemake/htcondor/*.log; do cat "$file"; done
- name: Check HTCondor err
run: |
ls /tmp/pytest-of-submituser/pytest-0/test_simple_workflow0/simple/.snakemake/htcondor
for file in /tmp/pytest-of-submituser/pytest-0/test_simple_workflow0/simple/.snakemake/htcondor/*.err; do cat "$file"; done

- name: Run Coverage
run: su -c "poetry run coverage report -m" submituser

0 comments on commit 33275d5

Please sign in to comment.