diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23a7ed3..c206754 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,7 @@ jobs: # Put the operating systems you want to run on here. os: [ubuntu-latest, macos-latest, windows-latest] use-dotnet: [false, true] + include-templates: [false, true] env: DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_NOLOGO: true @@ -51,7 +52,7 @@ jobs: version: 4.0.0 use-dotnet: ${{ matrix.use-dotnet }} include-templates: ${{ matrix.include-templates }} - + - name: 🔬 Verify Dotnet if: ${{ matrix.use-dotnet }} run: |