From 4f5a90ef5e183c54520d98af3c74f11fb3ab46a4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 Jan 2021 10:52:27 +0100 Subject: Always display errors from tests --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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." -- cgit v1.2.3