Skip to content

Commit

Permalink
Remove pinning of CLI version for SDK tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh committed Jul 8, 2024
1 parent db9bbed commit 0c87dbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0c87dbe

Please # to comment.