From a911bc9455c4072a6a2f3ceffa47b4b33819ab93 Mon Sep 17 00:00:00 2001 From: gzeon Date: Tue, 5 Nov 2024 18:58:34 +0900 Subject: [PATCH] fix: build cache missing tokenbridge --- test-node.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-node.bash b/test-node.bash index 0ea81cb5..d885ba87 100755 --- a/test-node.bash +++ b/test-node.bash @@ -344,7 +344,8 @@ fi if $build_utils; then LOCAL_BUILD_NODES="scripts rollupcreator" - if $tokenbridge || $l3_token_bridge; then + # always build tokenbridge in CI mode to avoid caching issues + if $tokenbridge || $l3_token_bridge || $ci; then LOCAL_BUILD_NODES="$LOCAL_BUILD_NODES tokenbridge" fi