File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,9 @@ jobs:
181181 echo "Connecting as $USER@localhost"
182182 # this line (and the -o StrictHostKeyChecking=no) is so the server
183183 # is added to the list of known servers
184- scp -vvvvvvv -O -o StrictHostKeyChecking=no -i $PWD/qiita_ware/test/test_data/test_key $USER@localhost:/home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key /home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key_copy_1
184+
185+ # 05/22/25: commenting this line out as github actions is not allowing this step
186+ # scp -vvvvvvv -O -o StrictHostKeyChecking=no -i $PWD/qiita_ware/test/test_data/test_key $USER@localhost:/home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key /home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key_copy_1
185187
186188 - name : Main tests
187189 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments