From a3f9b802ae21e12ec353fceb5dfafbb6a8d0a963 Mon Sep 17 00:00:00 2001 From: Ben-Cassese Date: Mon, 15 Apr 2024 15:30:30 -0400 Subject: [PATCH] close parallel coveralls build --- .github/workflows/tests.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7ca8f7f..7efb4a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,8 +37,17 @@ jobs: # PLATFORM: ${{ matrix.platform }} - name: Coveralls GitHub Action - if: ${{ matrix.python-version }} == '3.12' uses: coverallsapp/github-action@v2.2.3 with: parallel: true - flag-name: run-$ \ No newline at end of file + flag-name: run-$ +# if: ${{ matrix.python-version }} == '3.12' && ${{ matrix.platform }} == 'ubuntu-latest' + + finish: + needs: tests + runs-on: ubuntu-latest + steps: + - name: Close parallel build + uses: coverallsapp/github-action@v2.2.3 + with: + parallel-finished: true