File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939 - name : compile tests
4040 run : pnpm run test:compile
41+ - name : runtime tests
42+ run : pnpm run test:runtime
4143 - name : unit tests
4244 run : pnpm run test:samples
4345 env :
Original file line number Diff line number Diff line change 9494 "test:scripts" : " cd packages/sample/ && pnpm test:scripts" ,
9595 "test:scripts:view" : " cd packages/sample/ && pnpm test:scripts:view" ,
9696 "test:system" : " cd packages/core && node ../cli/dist/src/index.js scripts compile" ,
97+ "test:runtime" : " cd packages/runtime && pnpm run test" ,
9798 "tsx" : " tsx" ,
9899 "typecheck" : " echo skipped" ,
99100 "typecheck:web" : " pnpm --filter=@genaiscript/web run typecheck" ,
Original file line number Diff line number Diff line change 4949 "lint:fix" : " eslint src --fix --fix-type [problem,suggestion]" ,
5050 "pack" : " npm pack 2>&1" ,
5151 "prepack" : " npm run build" ,
52- "test" : " vitest"
52+ "test" : " vitest --run "
5353 },
5454 "keywords" : [],
5555 "author" : " Microsoft Corporation" ,
You can’t perform that action at this time.
0 commit comments