Skip to content

Commit 8cfb084

Browse files
committed
fix(ci): update embedding regression workflow to reference .ts test file (#588)
The test file was renamed from .js to .ts in the Phase 6 migration but the CI workflow was not updated, causing test discovery to fail.
1 parent 476e642 commit 8cfb084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/embedding-regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
key: hf-models-minilm-v1
3939

4040
- name: Run embedding regression tests
41-
run: npx vitest run tests/search/embedding-regression.test.js
41+
run: npx vitest run tests/search/embedding-regression.test.ts

0 commit comments

Comments
 (0)