Skip to content

Commit db61408

Browse files
committed
indentation fix.
1 parent 680c9aa commit db61408

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/ci-test.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ jobs:
206206
verbose: true
207207
token: ${{ secrets.CODECOV_TOKEN }}
208208

209-
- name: Upload coverage to Coveralls
210-
uses: coverallsapp/github-action@master
211-
with:
212-
github-token: ${{ secrets.GITHUB_TOKEN }}
209+
- name: Upload coverage to Coveralls
210+
uses: coverallsapp/github-action@master
211+
with:
212+
github-token: ${{ secrets.GITHUB_TOKEN }}
213213

214-
- name: test build_doc
215-
run: |
216-
python ./setup.py build_doc
214+
- name: test build_doc
215+
run: |
216+
python ./setup.py build_doc
217217
218218
#- name: test docker build current version ubuntu-latest
219219
# if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
@@ -233,12 +233,12 @@ jobs:
233233

234234

235235
# in parallel build codecov requires a finish step
236-
# finish:
237-
# needs: test
238-
# runs-on: ubuntu-latest
239-
# steps:
240-
# - name: Coveralls Finished
241-
# uses: coverallsapp/github-action@master
242-
# with:
243-
# github-token: ${{ secrets.github_token }}
244-
# parallel-finished: true
236+
finish:
237+
needs: test
238+
runs-on: ubuntu-latest
239+
steps:
240+
- name: Coveralls Finished
241+
uses: coverallsapp/github-action@master
242+
with:
243+
github-token: ${{ secrets.github_token }}
244+
parallel-finished: true

0 commit comments

Comments
 (0)