Always display errors from tests

pull/3543/head
Chocobozzz 2021-01-04 10:52:27 +01:00
parent f0484f7a16
commit 4f5a90ef5e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -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."