Skip to content

Commit ae929c4

Browse files
timothymillarmergify[bot]
authored andcommitted
Update mystnb error reporting in CI
1 parent 5a595af commit ae929c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ jobs:
3838
if: failure()
3939
with:
4040
name: gwas_tutorial
41-
path: /home/runner/work/sgkit/sgkit/docs/_build/html/reports/gwas_tutorial.log
41+
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
4247
- name: Test with pytest
4348
run: |
4449
pytest -v

0 commit comments

Comments
 (0)