mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
Upload the debug logging for easier solving tldr-bot issues (#16001)
This commit is contained in:
@@ -39,6 +39,13 @@ jobs:
|
||||
- name: Test
|
||||
run: npm test
|
||||
|
||||
- name: Upload test logging
|
||||
if: github.repository == 'tldr-pages/tldr' && github.event.pull_request.number != ''
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: debug.log
|
||||
path: debug.log
|
||||
|
||||
- name: Build
|
||||
run: bash scripts/build.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user