aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9e3ab9c5d..ae19615c5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -82,7 +82,6 @@ jobs:
82 run: | 82 run: |
83 ( \ 83 ( \
84 test -f dist/scripts/parse-log.js && \ 84 test -f dist/scripts/parse-log.js && \
85 cat *-ci.log | uniq -c && \
86 NODE_ENV=test node dist/scripts/parse-log.js -l error -f artifacts/*.log \ 85 NODE_ENV=test node dist/scripts/parse-log.js -l error -f artifacts/*.log \
87 ) || \ 86 ) || \
88 echo "parse-log.js script does not exist, skipping." 87 echo "parse-log.js script does not exist, skipping."