mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
bugfix: update editorial_governance to use small smaple set of themes instead of looking for the full library
This commit is contained in:
parent
f68f8949e8
commit
7679176414
15 changed files with 716 additions and 9 deletions
2
.github/workflows/editorial_governance.yml
vendored
2
.github/workflows/editorial_governance.yml
vendored
|
|
@ -44,6 +44,8 @@ jobs:
|
|||
- name: Run regression & unit tests (editorial subset + enforcement)
|
||||
run: |
|
||||
python -m pytest -q code/tests/test_theme_description_fallback_regression.py code/tests/test_synergy_pairs_and_provenance.py code/tests/test_editorial_governance_phase_d_closeout.py code/tests/test_theme_editorial_min_examples_enforced.py
|
||||
env:
|
||||
EDITORIAL_TEST_USE_FIXTURES: '1'
|
||||
- name: Ratchet proposal (non-blocking)
|
||||
run: |
|
||||
python code/scripts/ratchet_description_thresholds.py > ratchet_proposal.json || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue