Skip to content

Commit b5721e6

Browse files
committed
disable browser tests on CI;
1 parent 07e65bf commit b5721e6

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)