aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0231b1a1e..76fe5d6e3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -95,10 +95,9 @@ jobs:
95 if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins' 95 if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins'
96 run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }} 96 run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }}
97 97
98 - name: Display directories state 98 - name: Display errors
99 if: failure()
100 run: | 99 run: |
101 ls -l test* 100 NODE_ENV=test node dist/scripts/parse-log.js -l error -f artifacts/*.log
102 101
103 - name: Upload logs 102 - name: Upload logs
104 uses: actions/upload-artifact@v2 103 uses: actions/upload-artifact@v2