Browse Source

Try to display job log in specific stage

Chocobozzz 3 years ago
parent
commit
5ec8a71f84
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/workflows/test.yml

+ 5 - 1
.github/workflows/test.yml

@@ -98,7 +98,11 @@ jobs:
       - 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) || \
+          ( \
+            test -f dist/scripts/parse-log.js && \
+            cat *-ci.log | uniq -c && \
+            NODE_ENV=test node dist/scripts/parse-log.js -l error -f artifacts/*.log \
+          ) || \
           echo "parse-log.js script does not exist, skipping."
 
       - name: Upload logs