Skip to content

Commit 17c20d7

Browse files
committed
Fix knip job
1 parent 81a3fee commit 17c20d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/code-qa.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ jobs:
7171
run: pnpm install
7272
- name: Run knip checks
7373
run: pnpm knip
74-
- name: Compile (to build and copy WASM files)
75-
run: pnpm compile
76-
- name: Run jest unit tests
77-
run: npx jest --silent
78-
- name: Run vitest unit tests
79-
run: npx vitest run --silent
8074

8175
unit-test:
8276
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)