Skip to content

Commit 01cd04e

Browse files
authored
fix: package ci regression (#4701)
* fix: tests for packages * misc: rename to pacages tests since it is more than llm mapper (also includes filter tests) * fix: file header for snapshot test * chore: remove outdated snapshot file for registry * fix: update snapshot test to ensure correct ordering of sample endpoint IDs * chore: update snapshot test header to reflect current Jest documentation * chore: remove test branch
1 parent f4abce5 commit 01cd04e

File tree

7 files changed

+121
-527
lines changed

7 files changed

+121
-527
lines changed

.github/workflows/packages-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
run: yarn install --frozen-lockfile
3333
working-directory: packages
3434

35-
- name: Run llm-mapper tests
35+
- name: Run packages tests
3636
run: npx jest __tests__/
3737
working-directory: packages

0 commit comments

Comments
 (0)