Skip to content

Commit edbf0f5

Browse files
author
neil
committed
fix for macos
1 parent 3fe1207 commit edbf0f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/testrun.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,18 @@ jobs:
8888
python anyvm.py --debug --data-dir ../test_output --os "${{ inputs.os }}" --release "${{ inputs.release }}" --arch "${{ inputs.arch }}" -d -v "${mountdir}:${{ inputs.vmpath }}" --ssh-port 10022 --ssh-name "testname" -p 20022:22 --nc "${{ inputs.nc }}" --sync "${{ inputs.sync }}"
8989
# We use the ssh port as an alias to the vm, so we can use 'ssh $port' to login
9090
echo "===============test 1"
91+
sleep 2
9192
ssh -v 10022 ls -lah ${{ inputs.vmpath }}
9293
echo "===============test 2"
94+
sleep 2
9395
ssh -v 10022 ls ${{ inputs.vmpath }} | grep justcheck.txt
96+
sleep 2
9497
ssh -v 10022 ls -lah ${{ inputs.vmpath }} | grep '.dotfile'
9598
echo "===============test 3"
99+
sleep 2
96100
ssh -v testname ls ${{ inputs.vmpath }} | grep justcheck.txt
97101
echo "===============test 4"
102+
sleep 2
98103
ssh -v -p 20022 -o StrictHostKeyChecking=accept-new ${{ inputs.user }}@localhost ls ${{ inputs.vmpath }} | grep justcheck.txt
99104
100105

0 commit comments

Comments
 (0)