ci: Enable test debug logging

This commit is contained in:
Franck Royer 2021-09-27 11:08:41 +10:00
parent f1ae5a1639
commit 208946f756
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ jobs:
node-version: 14.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- run: DEBUG=communities:test* yarn test