From c3058f923e8553d3ceb09ab95bf7826fe3b08f71 Mon Sep 17 00:00:00 2001 From: Felix Scholze Date: Sun, 7 Aug 2022 23:09:28 +0200 Subject: [PATCH] ci: finish test coveralls --- .github/workflows/test-coveralls.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-coveralls.yml b/.github/workflows/test-coveralls.yml index bee3658..b651f49 100644 --- a/.github/workflows/test-coveralls.yml +++ b/.github/workflows/test-coveralls.yml @@ -24,4 +24,14 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@master with: - github-token: ${{ secrets.GH_TOKEN }} \ No newline at end of file + github-token: ${{ secrets.GH_TOKEN }} + + finish: + needs: build + runs-on: ubuntu-latest + steps: + - name: Coveralls Finished + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GH_TOKEN }} + parallel-finished: true \ No newline at end of file