Skip to content

Add CPM

Add CPM #475

name: HealthChecks DocumentDb CI
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- src/HealthChecks.DocumentDb/**
- test/HealthChecks.DocumentDb.Tests/**
- test/_SHARED/**
- .github/workflows/healthchecks_documentdb_ci.yml
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
tags-ignore:
- release-*
- preview-*
pull_request:
branches: [ master ]
paths:
- src/HealthChecks.DocumentDb/**
- test/HealthChecks.DocumentDb.Tests/**
- test/_SHARED/**
- .github/workflows/healthchecks_documentdb_ci.yml
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
jobs:
build:
uses: ./.github/workflows/reusable_ci_workflow.yml
with:
PROJECT_PATH: ./src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj
TEST_PROJECT_PATH: ./test/HealthChecks.DocumentDb.Tests/HealthChecks.DocumentDb.Tests.csproj
CODECOV_FLAGS: DocumentDb