|
|
|
@ -27,7 +27,7 @@ jobs:
|
|
|
|
|
- name: Generate openapi.json
|
|
|
|
|
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
|
|
|
|
|
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
|
|
|
|
|
with:
|
|
|
|
|
name: openapi-head
|
|
|
|
|
retention-days: 14
|
|
|
|
@ -61,7 +61,7 @@ jobs:
|
|
|
|
|
- name: Generate openapi.json
|
|
|
|
|
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
|
|
|
|
|
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
|
|
|
|
|
with:
|
|
|
|
|
name: openapi-base
|
|
|
|
|
retention-days: 14
|
|
|
|
|