Skip to content

Commit

Permalink
Adding parallel support for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge committed Nov 30, 2023
1 parent 6e33bef commit 05936e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
working-directory: ${{ env.GOPATH }}/src/github.com/kubeflow/training-operator
parallel: true

finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true
finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true


0 comments on commit 05936e6

Please sign in to comment.