Skip to content

fix(tests): clean documents when IntegrationContext.StoreOptions builds a store (#398) #582

fix(tests): clean documents when IntegrationContext.StoreOptions builds a store (#398)

fix(tests): clean documents when IntegrationContext.StoreOptions builds a store (#398) #582

Workflow file for this run

name: polecat
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test-template.yml
strategy:
fail-fast: false
matrix:
storage_type: [default, edge]
with:
TEST_PROJECT_PATH: src/Polecat.Tests/Polecat.Tests.csproj
STORAGE_TYPE: ${{ matrix.storage_type }}