mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-15 05:15:07 +00:00
Add include-templates as part of test matrix
This commit is contained in:
parent
e593ccd838
commit
80700e5954
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -16,7 +16,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
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
|
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
@ -50,6 +50,7 @@ jobs:
|
|||||||
# Pre-release label is optional.
|
# Pre-release label is optional.
|
||||||
version: 4.0.0
|
version: 4.0.0
|
||||||
use-dotnet: ${{ matrix.use-dotnet }}
|
use-dotnet: ${{ matrix.use-dotnet }}
|
||||||
|
include-templates: ${{ matrix.include-templates }}
|
||||||
|
|
||||||
- name: 🔬 Verify Dotnet
|
- name: 🔬 Verify Dotnet
|
||||||
if: ${{ matrix.use-dotnet }}
|
if: ${{ matrix.use-dotnet }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user