We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc11afe commit 666deceCopy full SHA for 666dece
.github/workflows/testrun.yml
@@ -54,15 +54,17 @@ jobs:
54
55
touch justcheck.txt
56
mkdir -p /tmp/test
57
+
58
python anyvm.py --workingdir /tmp/test \
59
--os "${{ inputs.os }}" \
60
--release "${{ inputs.release }}" \
- --arch "${{ inputs.arch }}"
61
+ --arch "${{ inputs.arch }}" \
62
-d \
63
-v "$(pwd):/mnt/host" \
64
--sshport 10022 \
65
--nc "${{ inputs.nc }}" \
66
--sync "${{ inputs.sync }}"
67
68
# We use the ssh port as an alias to the vm, so we can use 'ssh $port' to login
69
ssh 10022 ls /mnt/host
70
0 commit comments