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 521ba4d commit e2cfc7aCopy full SHA for e2cfc7a
.github/workflows/build.yml
@@ -34,6 +34,11 @@ jobs:
34
run: |
35
cd docs
36
make html SPHINXOPTS="-W --keep-going -n"
37
+ - uses: actions/upload-artifact@v2
38
+ if: failure()
39
+ with:
40
+ name: gwas_tutorial
41
+ path: /home/runner/work/sgkit/sgkit/docs/_build/html/reports/gwas_tutorial.log
42
- name: Test with pytest and coverage
43
44
pytest -v --cov=sgkit --cov-report=term-missing
0 commit comments