mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
Correct spelling of minimal
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: Test MonoGame.Extended
|
||||
run: dotnet test --nologo --verbosity minimial --configuration Release
|
||||
run: dotnet test --nologo --verbosity minimal --configuration Release
|
||||
|
||||
- name: Build MonoGame.Extended
|
||||
run: dotnet build --nologo --verbosity minimal --configuration Release
|
||||
|
||||
@@ -29,4 +29,4 @@ jobs:
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: Test MonoGame.Extended
|
||||
run: dotnet test --nologo --verbosity minimial --configuration Release
|
||||
run: dotnet test --nologo --verbosity minimal --configuration Release
|
||||
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: Test MonoGame.Extended
|
||||
run: dotnet test --nologo --verbosity minimial --configuration Release
|
||||
run: dotnet test --nologo --verbosity minimal --configuration Release
|
||||
|
||||
- name: Build MonoGame.Extended
|
||||
run: dotnet build --nologo --verbosity minimal --configuration Release
|
||||
|
||||
Reference in New Issue
Block a user