From 011506189f1db4e2ca7c2b870fd7fc08a4ed298e Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Thu, 2 May 2024 07:51:10 -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 1ef8456..a9ef172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,3 +36,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