Skip to content

Commit a5ce902

Browse files
committed
build wasm
1 parent 8111d44 commit a5ce902

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,14 @@ jobs:
4949
YARN_ENABLE_HARDENED_MODE: false
5050
run: yarn install --immutable
5151

52+
- name: Build WASM
53+
run: yarn run grammar:wasm
54+
5255
- name: Build Extension
53-
run: yarn build
56+
run: yarn run build
5457

5558
- name: Run unit tests
56-
run: yarn test
59+
run: yarn run test
5760

5861
- name: Run e2e tests
5962
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)