Skip to content

Commit 44ac7b9

Browse files
committed
enable browser JS tests on CI;
1 parent c258915 commit 44ac7b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ jobs:
158158
npm install
159159
npm run test
160160
161-
# - name: run browser JS tests
162-
# run: |
163-
# cd bindings/ergo-lib-wasm
164-
# wasm-pack build
165-
# npm install
166-
# npm run test-browser
161+
- name: run browser JS tests
162+
run: |
163+
cd bindings/ergo-lib-wasm
164+
wasm-pack build
165+
npm install
166+
npm run test-browser
167167
168168
- name: build alpha versions
169169
run: |

0 commit comments

Comments
 (0)