File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 80
80
pip install tqdm
81
81
82
82
- run : pnpm build
83
- - run : pnpm test:ci
83
+ - run : pnpm test:ci ${{ matrix.template }}
84
84
- run : sh ./scripts/run_tests.sh unzip
85
85
- run : pnpm dist_lint
86
86
Original file line number Diff line number Diff line change 6
6
"build" : " vite build" ,
7
7
"serve" : " vite preview" ,
8
8
"test" : " rm -rf ./dist-tests && jest --color --runInBand" ,
9
- "test:ci" : " start-server-and-test --expect 200 serve http://127.0.0.1:5000 test" ,
9
+ "test:one" : " rm -rf ./dist-tests && jest --color --runInBand -t" ,
10
+ "test:ci" : " start-server-and-test --expect 200 serve http://127.0.0.1:5000 test:one" ,
10
11
"release" : " node scripts/release.js" ,
11
12
"fmt" : " prettier --write . && bash scripts/run_code_style.sh fmt" ,
12
13
"source_lint" : " prettier --check . && bash scripts/run_code_style.sh source_lint" ,
You can’t perform that action at this time.
0 commit comments