Update workflow configurations

This commit is contained in:
2026-03-18 18:04:15 +02:00
parent 9e5540b89b
commit e38099698c
4 changed files with 12 additions and 9 deletions
+5 -4
View File
@@ -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:
+2 -1
View File
@@ -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
+2 -1
View File
@@ -3,5 +3,6 @@
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"github-actions.workflows.pinned.workflows": []
}
+3 -3
View File
@@ -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
}