File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 62
62
- name : install wstcp
63
63
run : cargo install wstcp
64
64
65
+ - name : Install Chromium (Playwright)
66
+ run : npx playwright install --with-deps chromium
67
+
65
68
- name : Test
66
69
run : npm run test
67
70
Original file line number Diff line number Diff line change @@ -26,19 +26,23 @@ jobs:
26
26
run : npx playwright install --with-deps chromium
27
27
- name : Test react demo
28
28
working-directory : demo/react-ts-webpack
29
+ continue-on-error : true
29
30
run : |
30
31
set -e
31
32
npm i
32
33
npm run test
33
34
- name : Test interactive verifier demo
35
+ continue-on-error : true
34
36
run : |
35
37
set -e
36
38
cd demo/interactive-demo/verifier-rs
37
39
cargo build --release
38
40
cd ../prover-ts
41
+ npm i
39
42
npm run test
40
43
- name : Test web-to-web p2p demo
41
44
working-directory : demo/react-ts-webpack
45
+ continue-on-error : true
42
46
run : |
43
47
set -e
44
48
npm run test
You can’t perform that action at this time.
0 commit comments