mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-14 21:05:06 +00:00
fix: optimize test workflow
This commit is contained in:
parent
a5592a5899
commit
689d9a7e9d
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
name: 🧾 Checkout
|
name: 🧾 Checkout
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v3
|
||||||
|
if: ${{ matrix.use-dotnet }}
|
||||||
name: 💽 Setup .NET SDK
|
name: 💽 Setup .NET SDK
|
||||||
with:
|
with:
|
||||||
dotnet-version: '6.0.x'
|
dotnet-version: '6.0.x'
|
||||||
@ -41,7 +42,11 @@ jobs:
|
|||||||
version: 4.0.0
|
version: 4.0.0
|
||||||
use-dotnet: ${{ matrix.use-dotnet }}
|
use-dotnet: ${{ matrix.use-dotnet }}
|
||||||
|
|
||||||
- name: 🔬 Verify Setup
|
- name: 🔬 Verify Dotnet
|
||||||
|
if: ${{ matrix.use-dotnet }}
|
||||||
run: |
|
run: |
|
||||||
dotnet --version
|
dotnet --version
|
||||||
|
|
||||||
|
- name: 🔬 Verify Godot
|
||||||
|
run: |
|
||||||
godot --version
|
godot --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user