Skip to content

Commit 1e8a52c

Browse files
authored
Merge pull request #190 from danmcp/diskcheck
Add disk check after tests run
2 parents ce8880f + 552ce0c commit 1e8a52c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/e2e-nvidia-l40s-x4.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
pip install .
161161
pip install .[cuda]
162162
163-
- name: Check disk
163+
- name: Check disk before tests
164164
run: |
165165
df -h
166166
@@ -172,6 +172,10 @@ jobs:
172172
. venv/bin/activate
173173
./scripts/e2e-ci.sh -l
174174
175+
- name: Check disk after tests
176+
run: |
177+
df -h
178+
175179
- name: Add comment to PR if the workflow failed
176180
if: failure() && steps.check_pr.outputs.is_pr == 'true'
177181
working-directory: ./eval

0 commit comments

Comments
 (0)