Pārlūkot izejas kodu

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

Remove OpenAPI artifact upload from test workflow
Joshua M. Boniface 1 gadu atpakaļ
vecāks
revīzija
3bf0e6c819
1 mainītis faili ar 0 papildinājumiem un 6 dzēšanām
  1. 0 6
      .github/workflows/ci-tests.yml

+ 0 - 6
.github/workflows/ci-tests.yml

@@ -42,9 +42,3 @@ jobs:
 
 
       # TODO - which action / tool to use to publish code coverage results?
       # TODO - which action / tool to use to publish code coverage results?
       # - name: 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"