1
0
Fork 0
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:
Chocobozzz 2024-08-13 14:16:00 +02:00
parent 5439a591e0
commit 38dbafcf63
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 221 additions and 134 deletions

View file

@ -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 }}