File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 39
39
- name : Test
40
40
run : npm test
41
41
42
+ - name : Upload test logging
43
+ if : github.repository == 'tldr-pages/tldr' && github.event.pull_request.number != ''
44
+ uses : actions/upload-artifact@v4
45
+ with :
46
+ name : debug.log
47
+ path : debug.log
48
+
42
49
- name : Build
43
50
run : bash scripts/build.sh
44
51
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ function run_tests_pr {
121
121
# Additional checks for GitHub Actions pull request builds.
122
122
# Only taken as suggestions, does not make the build fail.
123
123
function run_checks_pr {
124
- msgs=$( bash scripts/check-pr.sh)
124
+ msgs=$( bash scripts/check-pr.sh -v )
125
125
126
126
if [[ -n $msgs ]]; then
127
127
echo -e " \nCheck PR reported the following message(s):\n$msgs \n" >&2
You can’t perform that action at this time.
0 commit comments