Skip to content

Commit

Permalink
run in background
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Oct 24, 2024
1 parent 758d343 commit 58d7760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Start VM
working-directory: compile_server_os
run: sudo ./vm-run --no-reboot -nographic -nic user,model=virtio,hostfwd=tcp::3000-:3000
run: sudo ./vm-run --no-reboot -nographic -nic user,model=virtio,hostfwd=tcp::3000-:3000 &

- name: Wait for Boot
run: |
Expand Down

0 comments on commit 58d7760

Please sign in to comment.