Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima authored Oct 3, 2023
1 parent fdc8cde commit bfd46fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
path: linux-build-artifacts
- name: make file
run: |
sudo su -
sudo apt-get install debootstrap
dd if=/dev/zero of=umlfs bs=1 count=0 seek=1G
mkfs -t ext4 -F umlfs
Expand All @@ -33,7 +34,7 @@ jobs:
sudo cp zeta/init debootstrap/sbin/init
sudo cp zeta/test-script.sh debootstrap/test-script.sh
sudo umount umlfs
./linux-build-artifacts/linux ubd0=umlfs rw || true
sudo ./linux-build-artifacts/linux ubd0=umlfs rw || true
- name: test
run: echo "test"

0 comments on commit bfd46fe

Please sign in to comment.