Skip to content

Commit fb3bf31

Browse files
committed
fix: init submodules in coverage on ci
1 parent dbde303 commit fb3bf31

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
with:
4242
node-version: '24'
4343
- name: Install dependencies
44-
run: npm install
44+
run: |
45+
npm install
46+
git submodule init && git submodule update
4547
- name: Run tests
4648
run: npm run coverage
4749
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)