|
|
|
@ -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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
|
|
|
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
|
|
|
|
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
|
|
|
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
|
|
|
|
with:
|
|
|
|
|
name: openapi-base
|
|
|
|
|
retention-days: 14
|
|
|
|
@ -80,12 +80,12 @@ jobs:
|
|
|
|
|
- openapi-base
|
|
|
|
|
steps:
|
|
|
|
|
- name: Download openapi-head
|
|
|
|
|
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
|
|
|
|
|
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
|
|
|
|
|
with:
|
|
|
|
|
name: openapi-head
|
|
|
|
|
path: openapi-head
|
|
|
|
|
- name: Download openapi-base
|
|
|
|
|
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
|
|
|
|
|
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
|
|
|
|
|
with:
|
|
|
|
|
name: openapi-base
|
|
|
|
|
path: openapi-base
|
|
|
|
@ -158,7 +158,7 @@ jobs:
|
|
|
|
|
run: |-
|
|
|
|
|
echo "JELLYFIN_VERSION=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
|
|
|
|
|
- name: Download openapi-head
|
|
|
|
|
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
|
|
|
|
|
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
|
|
|
|
|
with:
|
|
|
|
|
name: openapi-head
|
|
|
|
|
path: openapi-head
|
|
|
|
@ -220,7 +220,7 @@ jobs:
|
|
|
|
|
run: |-
|
|
|
|
|
echo "JELLYFIN_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
|
|
|
|
|
- name: Download openapi-head
|
|
|
|
|
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
|
|
|
|
|
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
|
|
|
|
|
with:
|
|
|
|
|
name: openapi-head
|
|
|
|
|
path: openapi-head
|
|
|
|
|