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