mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-03-03 04:39:23 +00:00
1
.github/workflows/challenge-tests.yml
vendored
1
.github/workflows/challenge-tests.yml
vendored
@@ -26,6 +26,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
name: Challenge Tests
|
name: Challenge Tests
|
||||||
|
if: ${{ !contains(github.event.head_commit.message, ':ci skip') }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@@ -32,7 +32,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
name: Core Tests
|
name: Core Tests
|
||||||
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
|
if: ${{ !contains(github.event.head_commit.message, ':ci skip') }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
4
.github/workflows/quick-test.yml
vendored
4
.github/workflows/quick-test.yml
vendored
@@ -10,7 +10,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
name: Core Test
|
name: Core Test
|
||||||
if: ${{ !contains(github.event.head_commit.message, 'ci skip all') }}
|
if: ${{ !contains(github.event.head_commit.message, ':ci skip all') }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
python3 ./devscripts/run_tests.py --pytest-args '--reruns 2 --reruns-delay 3.0' core
|
python3 ./devscripts/run_tests.py --pytest-args '--reruns 2 --reruns-delay 3.0' core
|
||||||
check:
|
check:
|
||||||
name: Code check
|
name: Code check
|
||||||
if: ${{ !contains(github.event.head_commit.message, 'ci skip all') }}
|
if: ${{ !contains(github.event.head_commit.message, ':ci skip all') }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ class Variant(enum.Enum):
|
|||||||
tv = 'tv-player-ias.vflset/tv-player-ias.js'
|
tv = 'tv-player-ias.vflset/tv-player-ias.js'
|
||||||
tv_es6 = 'tv-player-es6.vflset/tv-player-es6.js'
|
tv_es6 = 'tv-player-es6.vflset/tv-player-es6.js'
|
||||||
phone = 'player-plasma-ias-phone-en_US.vflset/base.js'
|
phone = 'player-plasma-ias-phone-en_US.vflset/base.js'
|
||||||
tablet = 'player-plasma-ias-tablet-en_US.vflset/base.js'
|
|
||||||
|
|
||||||
|
|
||||||
@dataclasses.dataclass
|
@dataclasses.dataclass
|
||||||
|
|||||||
Reference in New Issue
Block a user