mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
wrap with bash
This commit is contained in:
parent
437313dd22
commit
053a2512b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -200,7 +200,7 @@ jobs:
|
||||||
echo "PID: $QEMU_PID"
|
echo "PID: $QEMU_PID"
|
||||||
timeout 1m bash -c "while ! (echo > /dev/tcp/127.0.0.1/4321); do sleep 0.1; done"
|
timeout 1m bash -c "while ! (echo > /dev/tcp/127.0.0.1/4321); do sleep 0.1; done"
|
||||||
(nc localhost 4321 | tee vm.stdout) &
|
(nc localhost 4321 | tee vm.stdout) &
|
||||||
timeout 30m wait $QEMU_PID
|
timeout 30m base -c "echo ${QEMU_PID}; wait $QEMU_PID"
|
||||||
|
|
||||||
- name: Start the test VM
|
- name: Start the test VM
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue