mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-18 20:43:54 +03:00
Update workflow configurations
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
name: Integration tests (minimal)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, Next ]
|
||||
pull_request:
|
||||
branches: [ main, Next ]
|
||||
workflow_dispatch:
|
||||
#push:
|
||||
#branches: [ main, Next ]
|
||||
#pull_request:
|
||||
#branches: [ main, Next ]
|
||||
|
||||
jobs:
|
||||
integration:
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
name: Unit tests
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, Next ]
|
||||
pull_request:
|
||||
branches: [ main, Next ]
|
||||
|
||||
jobs:
|
||||
unit:
|
||||
tests:
|
||||
name: Run unit tests
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Vendored
+2
-1
@@ -3,5 +3,6 @@
|
||||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
"python.testing.pytestEnabled": true,
|
||||
"github-actions.workflows.pinned.workflows": []
|
||||
}
|
||||
@@ -8,9 +8,9 @@
|
||||
"archive": "archive.txt"
|
||||
}
|
||||
],
|
||||
"yt_dlp_path": "./bin/yt-dlp.exe",
|
||||
"ffmpeg_path": "./bin/ffmpeg.exe",
|
||||
"aria2c_path": "./bin/aria2c.exe",
|
||||
"yt_dlp_path": "./bin/yt-dlp",
|
||||
"ffmpeg_path": "./bin/ffmpeg",
|
||||
"aria2c_path": "./bin/aria2c",
|
||||
"max_parallel_downloads": 6,
|
||||
"aria2c_connections": 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user