Skip to content

Commit 4617875

Browse files
committed
MAINT: upload execution error reports on failure of cache
1 parent 66dab7e commit 4617875

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cache.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
shell: bash -l {0}
5252
run: |
5353
jb build lectures --path-output ./ -W --keep-going
54+
- name: Upload Execution Reports
55+
uses: actions/upload-artifact@v2
56+
if: failure()
57+
with:
58+
name: execution-reports
59+
path: _build/html/reports
5460
- name: Upload "_build" folder (cache)
5561
uses: actions/upload-artifact@v3
5662
with:

0 commit comments

Comments
 (0)