Skip to content

Commit dd1fc33

Browse files
committed
Updated split.yml
1 parent 5b64b25 commit dd1fc33

File tree

1 file changed

+33
-21
lines changed

1 file changed

+33
-21
lines changed

.github/workflows/split.yml

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,51 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
package:
19-
- local: 'packages/utils'
20-
repo: 'cognesy/instructor-utils'
21-
name: 'instructor-utils'
22-
- local: 'packages/setup'
23-
repo: 'cognesy/instructor-setup'
24-
name: 'instructor-setup'
19+
- local: 'packages/addons'
20+
repo: 'cognesy/instructor-addons'
21+
name: 'instructor-addons'
2522
- local: 'packages/auxiliary'
2623
repo: 'cognesy/instructor-aux'
2724
name: 'instructor-aux'
28-
- local: 'packages/templates'
29-
repo: 'cognesy/instructor-templates'
30-
name: 'instructor-templates'
25+
- local: 'packages/config'
26+
repo: 'cognesy/instructor-config'
27+
name: 'instructor-config'
28+
- local: 'packages/evals'
29+
repo: 'cognesy/instructor-evals'
30+
name: 'instructor-evals'
31+
- local: 'packages/events'
32+
repo: 'cognesy/instructor-events'
33+
name: 'instructor-events'
3134
- local: 'packages/http-client'
3235
repo: 'cognesy/instructor-http-client'
3336
name: 'instructor-http-client'
37+
- local: 'packages/hub'
38+
repo: 'cognesy/instructor-hub'
39+
name: 'instructor-hub'
40+
- local: 'packages/instructor'
41+
repo: 'cognesy/instructor-struct'
42+
name: 'instructor-struct'
3443
- local: 'packages/polyglot'
3544
repo: 'cognesy/instructor-polyglot'
3645
name: 'instructor-polyglot'
46+
- local: 'packages/schema'
47+
repo: 'cognesy/instructor-schema'
48+
name: 'instructor-schema'
49+
- local: 'packages/schema-v6'
50+
repo: 'cognesy/instructor-schema-v6'
51+
name: 'instructor-schema-v6'
52+
- local: 'packages/setup'
53+
repo: 'cognesy/instructor-setup'
54+
name: 'instructor-setup'
3755
- local: 'packages/tell'
3856
repo: 'cognesy/instructor-tell'
3957
name: 'instructor-tell'
40-
- local: 'packages/instructor'
41-
repo: 'cognesy/instructor-struct'
42-
name: 'instructor-struct'
43-
- local: 'packages/evals'
44-
repo: 'cognesy/instructor-evals'
45-
name: 'instructor-evals'
46-
- local: 'packages/hub'
47-
repo: 'cognesy/instructor-hub'
48-
name: 'instructor-hub'
49-
- local: 'packages/addons'
50-
repo: 'cognesy/instructor-addons'
51-
name: 'instructor-addons'
58+
- local: 'packages/templates'
59+
repo: 'cognesy/instructor-templates'
60+
name: 'instructor-templates'
61+
- local: 'packages/utils'
62+
repo: 'cognesy/instructor-utils'
63+
name: 'instructor-utils'
5264

5365
steps:
5466
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)