Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 3, 2023
1 parent d183593 commit f70d8a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

steps:
- name: make file
run: dd if=/dev/zero of=umlfs bs=1 count=0 seek=1G
- name: create filesystem
run: mkfs -t ext4 -F umlfs
run: |
dd if=/dev/zero of=umlfs bs=1 count=0 seek=1G
mkfs -t ext4 -F umlfs
- name: debootstrap directory
run: mkdir debootstrap
- name: mount filesystem
Expand Down

0 comments on commit f70d8a5

Please sign in to comment.