aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 76fe5d6e3..f942dfa2b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -97,7 +97,8 @@ jobs:
97 97
98 - name: Display errors 98 - name: Display errors
99 run: | 99 run: |
100 NODE_ENV=test node dist/scripts/parse-log.js -l error -f artifacts/*.log 100 (test -f dist/scripts/parse-log.js && NODE_ENV=test node dist/scripts/parse-log.js -l error -f artifacts/*.log) || \
101 echo "parse-log.js script does not exist, skipping."
101 102
102 - name: Upload logs 103 - name: Upload logs
103 uses: actions/upload-artifact@v2 104 uses: actions/upload-artifact@v2