Skip to content

Commit f59b5ad

Browse files
committed
Forgot to build in the floating tests
1 parent 2afdf26 commit f59b5ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
cache: pnpm
5959
- name: Install Dependencies
6060
run: pnpm install --no-lockfile
61+
- name: Build addon
62+
working-directory: addon
63+
run: pnpm build
6164
- name: Run Tests
6265
run: pnpm test
6366
- name: own types

0 commit comments

Comments
 (0)