Skip to content

Commit 666dece

Browse files
author
neil
committed
typo
1 parent bc11afe commit 666dece

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testrun.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,17 @@ jobs:
5454
5555
touch justcheck.txt
5656
mkdir -p /tmp/test
57+
5758
python anyvm.py --workingdir /tmp/test \
5859
--os "${{ inputs.os }}" \
5960
--release "${{ inputs.release }}" \
60-
--arch "${{ inputs.arch }}"
61+
--arch "${{ inputs.arch }}" \
6162
-d \
6263
-v "$(pwd):/mnt/host" \
6364
--sshport 10022 \
6465
--nc "${{ inputs.nc }}" \
6566
--sync "${{ inputs.sync }}"
67+
6668
# We use the ssh port as an alias to the vm, so we can use 'ssh $port' to login
6769
ssh 10022 ls /mnt/host
6870

0 commit comments

Comments
 (0)