Skip to content

Commit 85db681

Browse files
committed
fix: add external tool versions to .env.test
Added INLINED_SOCKET_CLI_COANA_VERSION, INLINED_SOCKET_CLI_SFW_VERSION, and INLINED_SOCKET_CLI_SOCKET_PATCH_VERSION to .env.test so unit tests can access these values without going through the build process.
1 parent d28da05 commit 85db681

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/cli/.env.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ SOCKET_CLI_BIN_PATH="./build/cli.js"
66
SOCKET_CLI_JS_PATH="./dist/cli.js"
77
# RUN_E2E_TESTS=1
88
# SOCKET_CLI_BIN_PATH="./dist/sea/socket-macos-arm64"
9+
10+
# External tool versions (from external-tools.json)
11+
INLINED_SOCKET_CLI_COANA_VERSION="14.12.148"
12+
INLINED_SOCKET_CLI_SFW_VERSION="2.0.4"
13+
INLINED_SOCKET_CLI_SOCKET_PATCH_VERSION="1.2.0"

0 commit comments

Comments
 (0)