aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c188c2074..042ffe0d4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -98,11 +98,11 @@ jobs:
98 - name: Display directories state 98 - name: Display directories state
99 if: failure() 99 if: failure()
100 run: | 100 run: |
101 ls -l 101 ls -l test*
102 102
103 - name: Upload logs 103 - name: Upload logs
104 uses: actions/upload-artifact@v2 104 uses: actions/upload-artifact@v2
105 if: failure() 105 if: failure()
106 with: 106 with:
107 name: test-storages-${{ matrix.test_suite }} 107 name: test-storages-${{ matrix.test_suite }}
108 path: test*/logs 108 path: test*/logs/*