Skip to content

Commit

Permalink
Update mystnb error reporting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymillar committed Jun 15, 2023
1 parent db3c17d commit ee3687d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:
if: failure()
with:
name: gwas_tutorial
path: /home/runner/work/sgkit/sgkit/docs/_build/html/reports/gwas_tutorial.log
path: /home/runner/work/sgkit/sgkit/docs/_build/html/reports/examples/gwas_tutorial.err.log
- uses: actions/upload-artifact@v2
if: failure()
with:
name: relatedness_tutorial
path: /home/runner/work/sgkit/sgkit/docs/_build/html/reports/examples/relatedness_tutorial.err.log
- name: Test with pytest
run: |
pytest -v
Expand Down

0 comments on commit ee3687d

Please sign in to comment.