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 a3365cf commit 20b3d46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
sudo cp zeta/init debootstrap/sbin/init
sudo cp zeta/test-script.sh debootstrap/test-script.sh
sudo umount umlfs
- uses: actions/upload-artifact@v3
with:
name: umlfs
path: umlfs
- name: run commands
sudo chmod +x linux-build-artifacts/linux
sudo ./linux-build-artifacts/linux ubd0=umlfs || true
- name: test
Expand Down

0 comments on commit 20b3d46

Please sign in to comment.