From 8f7d3ac9fb828526d3df7d6caf2e7f9eef1811d3 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder <231804+danez@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:21:37 +0100 Subject: [PATCH] Support parallel builds --- .github/workflows/build.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fed1f7839f..52f94738347 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,8 +53,20 @@ jobs: - name: Upload coverage if: '${{ matrix.node == env.NODE_VERSION }}' - #uses: codecov/codecov-action@v5 uses: coverallsapp/github-action@v2 + with: + parallel: true + flag-name: test-${{ matrix.os }} + + finish: + needs: tests + if: ${{ always() }} + runs-on: ubuntu-latest + steps: + - name: Close parallel build + uses: coverallsapp/github-action@v2 + with: + parallel-finished: true lint: name: Lint