Skip to content

Commit 7e3af54

Browse files
committed
Add the comments for the reason why we deletes the directories in test_data
Signed-off-by: Ingwon Song <[email protected]>
1 parent f011993 commit 7e3af54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
-c opt
5858
$(bazel query 'kind(was.*_rust_binary, //test/test_data/...)')
5959
$(bazel query 'kind(_optimized_wasm_cc_binary, //test/test_data/...)')
60-
# Note `proxy_wasm_cc_binary` generates `_optimized_wasm_cc_binary` rule building the final artifact of `proxy_wasm_cc_binary`.
60+
61+
# Currently, in Github Action, "Bazel build step" creates `wasm_configure_check.wasm` directory as a temporal directory.
62+
# Since the name of this directory has "*.wasm" pattern, the step "Mangle build rules to use existing test data" fails.
63+
# So, here, we clear out the directories in test_data.
6164
- name: Clean up test data
6265
shell: bash
6366
run: |

0 commit comments

Comments
 (0)