Skip to content

Commit bbf071b

Browse files
committed
scp -vvvv
1 parent 4f0cc3b commit bbf071b

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
on:
44
push:
5-
branches: [ dev ]
5+
branches: [dev]
66
pull_request:
77

88
jobs:
@@ -45,7 +45,7 @@ jobs:
4545
uses: conda-incubator/setup-miniconda@v2
4646
with:
4747
auto-update-conda: true
48-
python-version: '3.9'
48+
python-version: "3.9"
4949

5050
- name: Basic dependencies install
5151
env:
@@ -179,7 +179,7 @@ jobs:
179179
echo "Connecting as $USER@localhost"
180180
# this line (and the -o StrictHostKeyChecking=no) is so the server
181181
# is added to the list of known servers
182-
scp -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
182+
scp -vvvvv -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
183183
184184
- name: Main tests
185185
shell: bash -l {0}
@@ -239,24 +239,24 @@ jobs:
239239
needs: main
240240
runs-on: ubuntu-latest
241241
steps:
242-
- name: Coveralls Finished
243-
uses: AndreMiras/coveralls-python-action@develop
244-
with:
245-
github-token: ${{ secrets.github_token }}
246-
parallel-finished: true
242+
- name: Coveralls Finished
243+
uses: AndreMiras/coveralls-python-action@develop
244+
with:
245+
github-token: ${{ secrets.github_token }}
246+
parallel-finished: true
247247

248248
lint:
249249
runs-on: ubuntu-latest
250250
steps:
251-
- name: flake8
252-
uses: actions/setup-python@v2
253-
with:
254-
python-version: '3.9'
255-
- name: install dependencies
256-
run: python -m pip install --upgrade pip
257-
- name: Check out repository code
258-
uses: actions/checkout@v2
259-
- name: lint
260-
run: |
261-
pip install -q flake8
262-
flake8 qiita_* setup.py scripts/qiita* notebooks/*/*.py
251+
- name: flake8
252+
uses: actions/setup-python@v2
253+
with:
254+
python-version: "3.9"
255+
- name: install dependencies
256+
run: python -m pip install --upgrade pip
257+
- name: Check out repository code
258+
uses: actions/checkout@v2
259+
- name: lint
260+
run: |
261+
pip install -q flake8
262+
flake8 qiita_* setup.py scripts/qiita* notebooks/*/*.py

0 commit comments

Comments
 (0)