Debug logging

This commit is contained in:
sayhiben
2024-05-05 20:04:05 -07:00
parent 6977045f26
commit 8d937161e0
3 changed files with 11 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ jobs:
with:
node-version: 18.x
- run: npm install
- run: npm test
- run: npm test -- --silent=false
env:
CI: true