From 995857ec1d78d6866a69f350a9394c332a122b4f Mon Sep 17 00:00:00 2001 From: Marko Kungla Date: Mon, 29 Jan 2024 22:46:46 +0200 Subject: [PATCH] ci: always finish inish-coverage-report Signed-off-by: Marko Kungla --- .github/actions/go-test-monorepo-action/action.yml | 2 +- .github/workflows/monorepo-main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/go-test-monorepo-action/action.yml b/.github/actions/go-test-monorepo-action/action.yml index 1ef8f37..7408be5 100644 --- a/.github/actions/go-test-monorepo-action/action.yml +++ b/.github/actions/go-test-monorepo-action/action.yml @@ -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]" diff --git a/.github/workflows/monorepo-main.yml b/.github/workflows/monorepo-main.yml index b13cf52..1b72618 100644 --- a/.github/workflows/monorepo-main.yml +++ b/.github/workflows/monorepo-main.yml @@ -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