We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f1b45 commit 5fed4a3Copy full SHA for 5fed4a3
.github/workflows/test.yml
@@ -87,13 +87,13 @@ jobs:
87
- name: "Lima: vm1: set up iperf3"
88
run: |
89
limactl shell vm1 sudo DEBIAN_FRONTEND=noninteractive apt-get install -y iperf3
90
- limactl shell vm1 systemd-run --user --unit=iperf3 iperf3 -s
+ limactl shell vm1 sudo systemctl start iperf3.service
91
- name: "Lima: vm1: get the IP"
92
93
limactl shell vm1 ip -4 -json addr show dev lima0 | jq -r .[0].addr_info[0].local | tee /tmp/vm1_iP
94
- name: "Lima: vm1: iperf3 (host -> vm1)"
95
96
- iperf3 -c "$(cat /tmp/vm1_ip)"
+ iperf3-darwin -c "$(cat /tmp/vm1_ip)"
97
- name: "Lima: vm1: debug"
98
if: failure()
99
run: tail -n500 ~/.lima/vm1/*.log
0 commit comments