Commit e5702aa
committed
Allow WasmJS app build to fail in CI
This commit updates the GitHub Actions workflow for the web application.
It sets `continue-on-error: true` for the "Build WasmJS App" step. This means that if the WasmJS app build fails, the workflow will continue to the next step instead of failing immediately.1 parent 37c8e99 commit e5702aa
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments