Upload the debug logging for easier solving tldr-bot issues (#16001)

This commit is contained in:
Sebastiaan Speck
2025-03-23 06:42:51 +01:00
committed by GitHub
parent 25f9b19324
commit d741d52dbd
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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