Skip to content

Cut 5.10.0

Cut 5.10.0 #588

Workflow file for this run

name: efcore
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.EntityFrameworkCore.Tests/Polecat.EntityFrameworkCore.Tests.csproj
STORAGE_TYPE: ${{ matrix.storage_type }}