remove unsuppported dotnet test param
authorLiza Carvelli <liza@carvel.li>
Sun, 18 May 2025 19:36:23 +0000 (21:36 +0200)
committerLiza Carvelli <liza@carvel.li>
Sun, 18 May 2025 19:36:23 +0000 (21:36 +0200)
.woodpecker/build.yaml

index 85910fb..8dd5536 100644 (file)
@@ -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