Skip to content

Commit 0f1180e

Browse files
committed
Update CI
1 parent b9d40af commit 0f1180e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29+
- run: git submodule update --init --recursive
2930
- run: npm ci
31+
- run: npm run generate
3032
- run: npm run compile
3133
- run: npm test

0 commit comments

Comments
 (0)