Skip to content

Commit 8475544

Browse files
Add seasons and episodes to complexity workflow
1 parent ebb186d commit 8475544

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/max-complexity.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
uses: astral-sh/setup-uv@v7
3131
- name: Install the project
3232
run: uv sync --locked --all-extras --dev
33-
- name: Check details complexity
34-
run: uv run python -c "from simplejustwatchapi import details; details('ts20711', best_only=False)"
3533
- name: Check search complexity
3634
run: uv run python -c "from simplejustwatchapi import search; search('The', count=100, best_only=False)"
35+
- name: Check details complexity
36+
run: uv run python -c "from simplejustwatchapi import details; details('ts20711', best_only=False)"
37+
- name: Check seasons complexity
38+
run: uv run python -c "from simplejustwatchapi import seasons; seasons('ts20711', best_only=False)"
39+
- name: Check episodes complexity
40+
run: uv run python -c "from simplejustwatchapi import episodes; episodes('tss21924', best_only=False)"

0 commit comments

Comments
 (0)