Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7391:531ca3b94b68
merge 7390:399093a75afa
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 24 May 2023 10:48:01 -0400 |
| parents | d6c688fee3e7 399093a75afa |
| children | 6a64ed24696d |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed May 24 10:07:50 2023 -0400 +++ b/.github/workflows/ci-test.yml Wed May 24 10:48:01 2023 -0400 @@ -34,7 +34,7 @@ # run the finalizer for coveralls even if one or more # matrix runs fail. - continue-on-error: true + # continue-on-error: true #runs-on: ubuntu-latest # use below if running on multiple OS's. @@ -260,7 +260,7 @@ # -f scripts/Docker/Dockerfile . - # in parallel build codecov requires a finish step + # in parallel build coveralls requires a finish step finish: needs: test runs-on: ubuntu-latest
