Skip to content

Commit e085fba

Browse files
committed
ci(build): rename gitcode ci to unit-test
1 parent bba16fd commit e085fba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitcode/workflows/build.yml renamed to .gitcode/workflows/unit-test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,21 @@ jobs:
1616
node-version: "20.10.0"
1717
- name: Install pnpm
1818
run: npm install -g pnpm@10
19+
1920
- name: Install dependencies
2021
run: cd repo_workspace && npm install
22+
2123
- name: Build MateChat
2224
run: cd repo_workspace && npm run build
25+
2326
- name: Build Playground
2427
run: cd repo_workspace && npm run playground:build
28+
29+
- name: Lint
30+
run: cd repo_workspace && npm run lint
31+
32+
- name: Typecheck
33+
run: cd repo_workspace && npm run typecheck
34+
35+
- name: Test
36+
run: cd repo_workspace && npm run test

0 commit comments

Comments
 (0)