Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Oct 1, 2024
1 parent 0930e51 commit 7ad49c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- name: Disk
- name: Disk Before
run: df -h
- name: Create file
run: dd if=/dev/urandom of=8GB.bin bs=128M count=64 iflag=fullblock
- name: Disk After
run: df -h

0 comments on commit 7ad49c7

Please sign in to comment.