mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Only upload OpenAPI artifacts for ubuntu-latest tests
This commit is contained in:
parent
6ea4c44906
commit
5569ab8b2d
4
.github/workflows/ci-tests.yml
vendored
4
.github/workflows/ci-tests.yml
vendored
@ -16,6 +16,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||||
|
include:
|
||||||
|
- os: ubuntu-latest
|
||||||
|
openapi: true
|
||||||
|
|
||||||
runs-on: "${{ matrix.os }}"
|
runs-on: "${{ matrix.os }}"
|
||||||
steps:
|
steps:
|
||||||
@ -44,6 +47,7 @@ jobs:
|
|||||||
# - name: Publish code coverage results
|
# - name: Publish code coverage results
|
||||||
|
|
||||||
- name: Publish OpenAPI Artifact
|
- name: Publish OpenAPI Artifact
|
||||||
|
if: ${{ matrix.openapi }}
|
||||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
|
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
|
||||||
with:
|
with:
|
||||||
name: "OpenAPI Spec"
|
name: "OpenAPI Spec"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user