mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Support youtube-dl executables
Also disable youtube tests in CI due to youtube blocking
This commit is contained in:
parent
5439a591e0
commit
38dbafcf63
12 changed files with 221 additions and 134 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -46,6 +46,8 @@ jobs:
|
|||
PGHOST: localhost
|
||||
NODE_PENDING_JOB_WAIT: 250
|
||||
ENABLE_OBJECT_STORAGE_TESTS: true
|
||||
# Github runner IPs are blocked by youtube
|
||||
DISABLE_HTTP_YOUTUBE_IMPORT_TESTS: true
|
||||
ENABLE_FFMPEG_THUMBNAIL_PIXEL_COMPARISON_TESTS: true
|
||||
OBJECT_STORAGE_SCALEWAY_KEY_ID: ${{ secrets.OBJECT_STORAGE_SCALEWAY_KEY_ID }}
|
||||
OBJECT_STORAGE_SCALEWAY_ACCESS_KEY: ${{ secrets.OBJECT_STORAGE_SCALEWAY_ACCESS_KEY }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue