mirror of https://github.com/Chocobozzz/PeerTube
Fix test after hooks
parent
da5f46487f
commit
14b3e8f445
|
@ -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."
|
||||
|
|
|
@ -27,7 +27,7 @@ runTest () {
|
|||
"echo Trying {} >> $joblog; npm run mocha -- -c --timeout 30000 --exit --bail {}" \
|
||||
::: $files
|
||||
|
||||
cat "$joblog" | uniq -c
|
||||
cat "$joblog" | sort | uniq -c
|
||||
rm "$joblog"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue