Commit 9f56733
committed
fix(ci): correct package filter names in test workflow
The pnpm --filter values must match the 'name' field in each
package's package.json, not the directory name. Most packages
were silently skipped because the filter matched nothing.
Fixes:
- deparser -> pgsql-deparser
- parser -> pgsql-parser
- pgsql-cli -> @pgsql/cli
- proto-parser -> pg-proto-parser
- transform -> @pgsql/transform
- traverse -> @pgsql/traverse
- utils -> @pgsql/utils1 parent 26473bd commit 9f56733
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments