Add include-templates as part of test matrix

This commit is contained in:
Will Jordan 2024-03-21 09:04:48 +01:00
parent e593ccd838
commit 80700e5954

View File

@ -16,7 +16,7 @@ on:
jobs:
tests:
name: 🧪 Test on ${{ matrix.os }}, .NET=${{ matrix.use-dotnet }}
name: 🧪 Test on ${{ matrix.os }}, .NET=${{ matrix.use-dotnet }}, include-templates=${{ matrix.include-templates }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ${{ matrix.os }}
strategy:
@ -50,7 +50,8 @@ jobs:
# Pre-release label is optional.
version: 4.0.0
use-dotnet: ${{ matrix.use-dotnet }}
include-templates: ${{ matrix.include-templates }}
- name: 🔬 Verify Dotnet
if: ${{ matrix.use-dotnet }}
run: |