mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-16 05:45:07 +00:00
Fix include-templates matrix
This commit is contained in:
parent
80700e5954
commit
46c92e0b15
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
# Put the operating systems you want to run on here.
|
# Put the operating systems you want to run on here.
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
use-dotnet: [false, true]
|
use-dotnet: [false, true]
|
||||||
|
include-templates: [false, true]
|
||||||
env:
|
env:
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
DOTNET_NOLOGO: true
|
DOTNET_NOLOGO: true
|
||||||
@ -51,7 +52,7 @@ jobs:
|
|||||||
version: 4.0.0
|
version: 4.0.0
|
||||||
use-dotnet: ${{ matrix.use-dotnet }}
|
use-dotnet: ${{ matrix.use-dotnet }}
|
||||||
include-templates: ${{ matrix.include-templates }}
|
include-templates: ${{ matrix.include-templates }}
|
||||||
|
|
||||||
- name: 🔬 Verify Dotnet
|
- name: 🔬 Verify Dotnet
|
||||||
if: ${{ matrix.use-dotnet }}
|
if: ${{ matrix.use-dotnet }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user