Skip to content

Commit c9c02a5

Browse files
committed
upload failure logs to github
1 parent 5f8d7da commit c9c02a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cache.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
shell: bash -l {0}
3636
run: |
3737
jb build lectures --path-output ./ -W --keep-going
38-
- name: Upload "_build" folder (cache)
38+
- name: Upload Execution Reports
3939
uses: actions/upload-artifact@v2
40+
if: failure()
4041
with:
41-
name: build-cache
42-
path: _build
42+
name: execution-reports
43+
path: _build/html/reports

0 commit comments

Comments
 (0)