diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f942dfa2b..fb6774ce0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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."