Skip to content

Commit e5702aa

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
cache-read-only: false
3737
cache-overwrite-existing: true
3838
- name: "Build WasmJS App"
39+
continue-on-error: true
3940
run: gradle app:web:build
4041
- name: "WasmJS App Distribution"
4142
run: gradle app:web:wasmJsBrowserDistribution

0 commit comments

Comments
 (0)