Skip to content

Migrate HealthChecks.EventStore tests to Testcontainers #413

Migrate HealthChecks.EventStore tests to Testcontainers

Migrate HealthChecks.EventStore tests to Testcontainers #413

name: HealthChecks EventStore CI
on:
push:
branches: [ master ]
paths:
- src/HealthChecks.EventStore/**
- test/HealthChecks.EventStore.Tests/**
- test/_SHARED/**
- .github/workflows/healthchecks_eventstore_ci.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props
tags-ignore:
- release-*
- preview-*
pull_request:
branches: [ master ]
paths:
- src/HealthChecks.EventStore/**
- test/HealthChecks.EventStore.Tests/**
- test/_SHARED/**
- .github/workflows/healthchecks_eventstore_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.EventStore/HealthChecks.EventStore.csproj
TEST_PROJECT_PATH: ./test/HealthChecks.EventStore.Tests/HealthChecks.EventStore.Tests.csproj
CODECOV_FLAGS: EventStore