mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-30 10:17:45 +01:00
[tests] Split core and download tests
This commit is contained in:
parent
46ee996e39
commit
3bcaa37b1b
4 changed files with 63 additions and 20 deletions
8
.github/workflows/quick-test.yml
vendored
8
.github/workflows/quick-test.yml
vendored
|
|
@ -1,13 +1,13 @@
|
|||
name: Core Test
|
||||
name: Quick Test
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
tests:
|
||||
name: Core Tests
|
||||
if: "!contains(github.event.head_commit.message, 'skip ci all')"
|
||||
if: "!contains(github.event.head_commit.message, 'ci skip all')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.9
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: ./devscripts/run_tests.sh
|
||||
flake8:
|
||||
name: Linter
|
||||
if: "!contains(github.event.head_commit.message, 'skip ci all')"
|
||||
if: "!contains(github.event.head_commit.message, 'ci skip all')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue