Fix test after hooks

This commit is contained in:
Chocobozzz
2022-07-13 11:34:48 +02:00
parent da5f46487f
commit 14b3e8f445
2 changed files with 1 additions and 2 deletions

View 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."