From 9844793002831aab55b7f35ad312f3b42b994678 Mon Sep 17 00:00:00 2001 From: "Foggia, Marco" Date: Mon, 20 May 2024 14:30:27 -0400 Subject: [PATCH] ci: use parallel builds for coveralls --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0171ce..bee4062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,14 @@ jobs: - run: npm test - name: Coveralls uses: coverallsapp/github-action@v1 + with: + parallel: true + flag-name: ${{ matrix.node-version }} + finish: + needs: [ test ] + runs-on: ubuntu-latest + steps: + - name: Close parallel build + uses: coverallsapp/github-action@v1 + with: + parallel-finished: true