aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2023-12-16 13:11:44 -0500
committerGitHub <noreply@github.com>2023-12-16 13:11:44 -0500
commit3bf0e6c819b336ab0410c7a186c32f09ffb3cc3a (patch)
treefd3fe10e221bb6a5f24baf706207315e693fc6a1
parent6ea4c449064e44b860d252330ea45c922180d81e (diff)
parent73d42980fcdc11538fceba98e2a1317d45133792 (diff)
Merge pull request #10736 from jellyfin/nvv-ci-openapi
Remove OpenAPI artifact upload from test workflow
-rw-r--r--.github/workflows/ci-tests.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 60c0ef9cb..323d92045 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -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"