yrashk / bpxe.rs

Business Process eXecution Engine
Apache License 2.0
36 stars 10 forks source link

Problem: wasm tests are not running on CI #19

Open yrashk opened 3 years ago

yrashk commented 3 years ago

I've tried to run wasm-pack test on current CI (GitHub Actions), and it worked for bpxe-bpmn-schema, but not for bpxe -- it simply hangs. It works fine locally, though.

yrashk commented 3 years ago

This was partially addressed with #29 - it runs the tests using wasmtime but the browser invocation of tests is still not operational and is currently skipped.