diff --git a/.drone.yml b/.drone.yml index 1e1bd78..e8849bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,7 +55,7 @@ steps: - name: test image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - dotnet test + - dotnet test WF_EF_Api/XUnitTest/XUnitTest.csproj depends_on: [retore & build] - name: generate doc