From 8c09ca1495c023c901f78ccc1c885b623a24a34c Mon Sep 17 00:00:00 2001 From: Christopher Whitley Date: Sun, 19 May 2024 16:07:58 -0400 Subject: [PATCH] Correct spelling of minimal --- .github/workflows/develop-build.yml | 2 +- .github/workflows/pull-request-test.yml | 2 +- .github/workflows/release-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/develop-build.yml b/.github/workflows/develop-build.yml index c24f7189..bed47627 100644 --- a/.github/workflows/develop-build.yml +++ b/.github/workflows/develop-build.yml @@ -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 diff --git a/.github/workflows/pull-request-test.yml b/.github/workflows/pull-request-test.yml index f376e412..e483e3c6 100644 --- a/.github/workflows/pull-request-test.yml +++ b/.github/workflows/pull-request-test.yml @@ -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 diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index a40fb94c..8f59723e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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