Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/e6c9add45a9b326dd61f0d90927930728a9a7e8e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -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: