From 0c87dbe1f05727a025f04cda850ee7e403f1d5c2 Mon Sep 17 00:00:00 2001 From: James Watkins-Harvey Date: Mon, 8 Jul 2024 17:09:56 -0400 Subject: [PATCH] Remove pinning of CLI version for SDK tests --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55980c787e..3e837ada22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,9 @@ env: || startsWith(github.ref, 'refs/heads/releases')) && github.event_name != 'pull_request' }} - TESTS_CLI_VERSION: 'v0.12.0' + # Use these variables to force specific version of CLI/Time Skipping Server for SDK tests + # TESTS_CLI_VERSION: 'v0.12.0' + # TESTS_TIME_SKIPPING_SERVER_VERSION: 'v1.24.1' jobs: # Compile native bridge code for each target platform.