mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Always display errors from tests
This commit is contained in:
parent
f0484f7a16
commit
4f5a90ef5e
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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
Block a user