Skip to content

Commit c8b978d

Browse files
Add keytar rebuild and build step before tests
1 parent 0ae62bb commit c8b978d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
- name: Install dependencies
3030
run: pnpm install --frozen-lockfile
3131

32+
- name: Rebuild native modules
33+
run: pnpm rebuild keytar
34+
35+
- name: Build CLI
36+
run: pnpm run build
37+
3238
- name: Type check
3339
run: pnpm run check
3440

0 commit comments

Comments
 (0)