Skip to content

Commit 339546d

Browse files
committed
remove build schema from github actions
1 parent a5d0d9f commit 339546d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
- name: Install dependencies
4242
run: pnpm install --frozen-lockfile
4343

44-
- name: Build schema
45-
run: pnpm build:schema
46-
4744
- name: Run type checking and linting
4845
run: pnpm check
4946

@@ -120,8 +117,5 @@ jobs:
120117
- name: Install dependencies
121118
run: pnpm install --frozen-lockfile
122119

123-
- name: Build schema
124-
run: pnpm build:schema
125-
126120
- name: Run tests
127121
run: pnpm test

0 commit comments

Comments
 (0)