Skip to content

Commit

Permalink
ci: always finish inish-coverage-report
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Jan 29, 2024
1 parent 00c3fd9 commit 995857e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/go-test-monorepo-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
./.github/actions/go-test-monorepo-action/go-test-monorepo-action.sh ${{ inputs.only-module-list }}
elif [[ "$detected_os" == "windows" ]]; then
pwsh -File ./.github/actions/go-test-monorepo-action/go-test-monorepo-action.ps1 ${{ inputs.only-module-list }}
elif [[ "$detected_os" == "darwin" ]]; then
elif [[ "$detected_os" == "macos" ]]; then
./.github/actions/go-test-monorepo-action/go-test-monorepo-action.sh ${{ inputs.only-module-list }}
else
echo "::error::Unsupported OS: [$detected_os]"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monorepo-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
finish-coverage-report:
needs: coverage
runs-on: ubuntu-latest
if: ${{ always() }}
steps:
- name: Coveralls Finish
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 995857e

Please sign in to comment.