From 80700e5954cd222e8830c9668cf72b0a5b87fa35 Mon Sep 17 00:00:00 2001 From: Will Jordan Date: Thu, 21 Mar 2024 09:04:48 +0100 Subject: [PATCH] Add include-templates as part of test matrix --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59597b4..23a7ed3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |