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 35235d8 commit 156b847
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
path: linux-build-artifacts
- name: make file
run: |
sudo su -
apt-get install debootstrap
sudo apt-get install debootstrap
dd if=/dev/zero of=umlfs bs=1 count=0 seek=1G
mkfs -t ext4 -F umlfs
mkdir debootstrap
Expand All @@ -34,7 +33,7 @@ jobs:
sudo cp zeta/init debootstrap/sbin/init
sudo cp zeta/test-script.sh debootstrap/test-script.sh
sudo umount umlfs
chmod +x linux-build-artifacts/linux
sudo chmod +x linux-build-artifacts/linux
sudo ./linux-build-artifacts/linux ubd0=umlfs rw || true
- name: test
run: echo "test"
Expand Down

0 comments on commit 156b847

Please sign in to comment.