File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,18 +94,18 @@ jobs:
9494 # We use the ssh port as an alias to the vm, so we can use 'ssh $port' to login
9595 echo "===============test 1"
9696 ${{ inputs.sleep }}
97- ssh -v 10022 ls -lah ${{ inputs.vmpath }}
97+ ssh -v 10022 ls -lah ${{ inputs.vmpath }};
9898 echo "===============test 2"
9999 ${{ inputs.sleep }}
100- ssh -v 10022 ls ${{ inputs.vmpath }} | grep justcheck.txt
100+ ssh -v 10022 ls ${{ inputs.vmpath }} | grep justcheck.txt;
101101 ${{ inputs.sleep }}
102- ssh -v 10022 ls -lah ${{ inputs.vmpath }} | grep '.dotfile'
102+ ssh -v 10022 ls -lah ${{ inputs.vmpath }} | grep '.dotfile';
103103 echo "===============test 3"
104104 ${{ inputs.sleep }}
105- ssh -v testname ls ${{ inputs.vmpath }} | grep justcheck.txt
105+ ssh -v testname ls ${{ inputs.vmpath }} | grep justcheck.txt;
106106 echo "===============test 4"
107107 ${{ inputs.sleep }}
108- ssh -v -p 20022 -o StrictHostKeyChecking=accept-new ${{ inputs.user }}@localhost ls ${{ inputs.vmpath }} | grep justcheck.txt
108+ ssh -v -p 20022 -o StrictHostKeyChecking=accept-new ${{ inputs.user }}@localhost ls ${{ inputs.vmpath }} | grep justcheck.txt;
109109
110110
111111
You can’t perform that action at this time.
0 commit comments