Skip to content

Commit cc6eb6a

Browse files
author
neil
committed
minor
1 parent b9fdfa4 commit cc6eb6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testrun.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)