From 081d3b6ddccd3e206a8617e89c96bd346ba9ec66 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 18 May 2025 21:36:23 +0200 Subject: [PATCH] remove unsuppported dotnet test param --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 85910fbc..8dd5536a 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -16,7 +16,7 @@ steps: - name: dotnet test image: mcr.microsoft.com/dotnet/sdk:9.0-noble commands: - - dotnet test QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj --source $CI_WORKSPACE/.nuget --no-restore + - dotnet test QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj --no-restore - name: dotnet build image: mcr.microsoft.com/dotnet/sdk:9.0-noble -- 2.30.2