]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/test.yml
Upgrade client dependencies
[github/Chocobozzz/PeerTube.git] / .github / workflows / test.yml
index 9e3ab9c5deede81f39c780785d49586a6d234f93..ae19615c5b33b1013503e5a73d03df1fa77a124e 100644 (file)
@@ -82,7 +82,6 @@ jobs:
         run: |
           ( \
             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."