Skip to content

Commit 1e95ea8

Browse files
committed
fix exitcode in GH Action
1 parent e97c963 commit 1e95ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/use-whl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: build container
1515
run: docker compose build component-use-whl
1616
- name: build wasm
17-
run: docker compose up component-use-whl
17+
run: docker compose up component-use-whl --exit-code-from component-use-whl

0 commit comments

Comments
 (0)