Skip to content

Commit b409226

Browse files
committed
ci(tests): run CI on gloss build/data changes too
test:gloss (golden) and test:census are the regression gates for utils/build_glosses.cjs + core_gloss/golden + the shipped artifact, but the paths filter excluded utils/** and macronizer/glosses.tsv.gz — so a gloss data change (e.g. M-023l) shipped without CI. Add them to the trigger.
1 parent 893610f commit b409226

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- "wiktionary_pron/e2e/**"
1010
- "wiktionary_pron/package.json"
1111
- "wiktionary_pron/playwright.config.js"
12+
# gloss build script + data drive test:gloss (golden) + test:census —
13+
# they ship in the artifact, so CI must verify them on data changes.
14+
- "wiktionary_pron/utils/**"
15+
- "wiktionary_pron/macronizer/glosses.tsv.gz"
1216
- ".github/workflows/tests.yml"
1317
pull_request:
1418
workflow_dispatch:

0 commit comments

Comments
 (0)