File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ jobs:
200200 pip install .[cuda]
201201
202202 - name : Check disk before tests
203+ if : always()
203204 run : |
204205 df -h
205206
@@ -225,6 +226,7 @@ jobs:
225226 done
226227
227228 - name : Check disk after tests
229+ if : always()
228230 run : |
229231 df -h
230232
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ jobs:
162162 pip install .
163163
164164 - name : " Show disk utilization BEFORE tests"
165+ if : always()
165166 run : |
166167 df -h
167168
@@ -171,6 +172,7 @@ jobs:
171172 tox --current-env -e py3-smoke
172173
173174 - name : " Show disk utilization AFTER tests"
175+ if : always()
174176 run : |
175177 df -h
176178
Original file line number Diff line number Diff line change 7575 pip install tox
7676
7777 - name : " Show disk utilization BEFORE tests"
78+ if : always()
7879 run : |
7980 df -h
8081
8485 tox -e py3-unit
8586
8687 - name : " Show disk utilization AFTER tests"
88+ if : always()
8789 run : |
8890 df -h
You can’t perform that action at this time.
0 commit comments