Skip to content

Add string-key ProjectLatest tests #60

Add string-key ProjectLatest tests

Add string-key ProjectLatest tests #60

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]
run: [1, 2, 3, 4, 5] # repeat
with:
TEST_PROJECT_PATH: src/Polecat.Tests/Polecat.Tests.csproj
STORAGE_TYPE: ${{ matrix.storage_type }}