Skip to content

Commit

Permalink
ci: send parallel finished signal after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Jul 31, 2023
1 parent 62e7d8d commit 79927f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true

finish:
needs: test
if: $
runs-on: ubuntu-latest
steps:
- name: Send Parallel Finished
uses: coverallsapp/github-action@v1.1.1
with:
Expand Down

0 comments on commit 79927f4

Please sign in to comment.