Skip to content

Migrate HealthChecks.Npgsql tests to Testcontainers (#2349) #583

Migrate HealthChecks.Npgsql tests to Testcontainers (#2349)

Migrate HealthChecks.Npgsql tests to Testcontainers (#2349) #583

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