From b5011d6b1dd28953a1f8921d0022a7677c6262a0 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Mon, 11 Aug 2025 10:03:20 +0300 Subject: [PATCH] fix: ci fix 1 --- ci_scripts/test-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/test-ubuntu.sh b/ci_scripts/test-ubuntu.sh index 90aa19e..db14402 100644 --- a/ci_scripts/test-ubuntu.sh +++ b/ci_scripts/test-ubuntu.sh @@ -6,5 +6,5 @@ source env.sh cargo test --release cd integration_tests -export NSSA_WALLET_HOME_DIR=$(pwd)/configs/debug/node/ +export NSSA_WALLET_HOME_DIR=$(pwd)/configs/debug/wallet/ cargo run $(pwd)/configs/debug all \ No newline at end of file