aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7db871149..c188c2074 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -95,6 +95,11 @@ 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
99 if: failure()
100 run: |
101 ls -l
102
98 - name: Upload logs 103 - name: Upload logs
99 uses: actions/upload-artifact@v2 104 uses: actions/upload-artifact@v2
100 if: failure() 105 if: failure()