Преглед на файлове

Use more specific test command

Niels van Velzen преди 3 години
родител
ревизия
e6c9add45a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .github/workflows/openapi.yml

+ 2 - 2
.github/workflows/openapi.yml

@@ -17,7 +17,7 @@ jobs:
         with:
           dotnet-version: '5.0.x'
       - name: Generate openapi.json
-        run: dotnet test -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
+        run: dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
       - name: Upload openapi.json
         uses: actions/upload-artifact@v2
         with:
@@ -40,7 +40,7 @@ jobs:
         with:
           dotnet-version: '5.0.x'
       - name: Generate openapi.json
-        run: dotnet test -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
+        run: dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
       - name: Upload openapi.json
         uses: actions/upload-artifact@v2
         with: