mirror of https://github.com/Chocobozzz/PeerTube
Always display errors from tests
parent
f0484f7a16
commit
4f5a90ef5e
|
@ -96,6 +96,7 @@ jobs:
|
|||
run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }}
|
||||
|
||||
- name: Display errors
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
(test -f dist/scripts/parse-log.js && NODE_ENV=test node dist/scripts/parse-log.js -l error -f artifacts/*.log) || \
|
||||
echo "parse-log.js script does not exist, skipping."
|
||||
|
|
Loading…
Reference in New Issue