From 2a4a897c013a337159fb20d57f09668e7ea2b338 Mon Sep 17 00:00:00 2001 From: Whatstone Date: Sun, 6 Oct 2024 17:56:55 -0400 Subject: [PATCH] reorder filter arg for shipyard tests --- .github/workflows/nf-shipyard-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nf-shipyard-tests.yml b/.github/workflows/nf-shipyard-tests.yml index 9284859106f..ac7bdab44a7 100644 --- a/.github/workflows/nf-shipyard-tests.yml +++ b/.github/workflows/nf-shipyard-tests.yml @@ -48,7 +48,7 @@ jobs: shell: pwsh run: | $env:DOTNET_gcServer=1 - dotnet test --no-build --configuration DebugOpt Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0 NUnit.MapWarningTo=Failed --filter FullyQualifiedName~ShipyardTest + dotnet test --no-build --configuration DebugOpt Content.IntegrationTests/Content.IntegrationTests.csproj --filter FullyQualifiedName~ShipyardTest -- NUnit.ConsoleOut=0 NUnit.MapWarningTo=Failed ci-success: name: Build & Run Shipyard Tests needs: