We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a595af commit ae929c4Copy full SHA for ae929c4
.github/workflows/build.yml
@@ -38,7 +38,12 @@ jobs:
38
if: failure()
39
with:
40
name: gwas_tutorial
41
- 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
42
+ - uses: actions/upload-artifact@v2
43
+ if: failure()
44
+ with:
45
+ name: relatedness_tutorial
46
+ path: /home/runner/work/sgkit/sgkit/docs/_build/html/reports/examples/relatedness_tutorial.err.log
47
- name: Test with pytest
48
run: |
49
pytest -v
0 commit comments