ci: Enable test debug logging
This commit is contained in:
parent
f1ae5a1639
commit
208946f756
|
@ -17,4 +17,4 @@ jobs:
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: yarn test
|
- run: DEBUG=communities:test* yarn test
|
||||||
|
|
Loading…
Reference in New Issue