Skip to content

Commit 94272e4

Browse files
committed
MAINT: enable failure reporting for cache
1 parent 78fdffd commit 94272e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cache.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
shell: bash -l {0}
2323
run: |
2424
jb build lectures --path-output ./ -W --keep-going
25+
- name: Upload Execution Reports (HTML)
26+
uses: actions/upload-artifact@v2
27+
if: failure()
28+
with:
29+
name: execution-reports
30+
path: _build/html/reports
2531
- name: Upload "_build" folder (cache)
2632
uses: actions/upload-artifact@v2
2733
with:

0 commit comments

Comments
 (0)