Merge pull request #10736 from jellyfin/nvv-ci-openapi

Remove OpenAPI artifact upload from test workflow
This commit is contained in:
Joshua M. Boniface 2023-12-16 13:11:44 -05:00 committed by GitHub
commit 3bf0e6c819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -42,9 +42,3 @@ jobs:
# TODO - which action / tool to use to publish code coverage results?
# - name: Publish code coverage results
- name: Publish OpenAPI Artifact
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
with:
name: "OpenAPI Spec"
path: "tests/Jellyfin.Server.Integration.Tests/bin/Release/net*/openapi.json"