Skip to content

Commit 2b35660

Browse files
committed
rm scp
1 parent 5168b98 commit 2b35660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)