Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6944:42a252f477f3
try to isolate yaml error at line 23 (jobs: test: definition)
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 20:21:14 -0400 |
| parents | 3b081f5c8fc2 |
| children | 7eb0e1cffe54 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Sep 10 20:17:35 2022 -0400 +++ b/.github/workflows/ci-test.yml Sat Sep 10 20:21:14 2022 -0400 @@ -233,12 +233,12 @@ # in parallel build codecov requires a finish step - finish: - needs: test - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.github_token }} - parallel-finished: true +# finish: +# needs: test +# runs-on: ubuntu-latest +# steps: +# - name: Coveralls Finished +# uses: coverallsapp/github-action@master +# with: +# github-token: ${{ secrets.github_token }} +# parallel-finished: true
