Skip to content

Commit 680c9aa

Browse files
committed
try to isolate yaml error at line 23 (jobs: test: definition)
1 parent 6c6d75e commit 680c9aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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)