mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-30 02:07:43 +01:00
[devscripts] run_tests: Create Python script (#8720)
Authored by: Grub4K
This commit is contained in:
parent
65de7d204c
commit
2d1d683a54
7 changed files with 95 additions and 52 deletions
2
.github/workflows/quick-test.yml
vendored
2
.github/workflows/quick-test.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
python3 -m yt_dlp -v || true
|
||||
./devscripts/run_tests.sh core
|
||||
python3 ./devscripts/run_tests.py core
|
||||
flake8:
|
||||
name: Linter
|
||||
if: "!contains(github.event.head_commit.message, 'ci skip all')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue