Skip to content

Commit 2598773

Browse files
committed
Use latest CLI
1 parent 6db60f3 commit 2598773

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
report_paths: "**/build/test-results/test/TEST-*.xml"
6161

6262
unit_test_jdk8:
63-
name: Unit test with docker service [JDK8]
63+
name: Unit test with CLI
6464
runs-on: ubuntu-latest-16-cores
6565
timeout-minutes: 30
6666
steps:
@@ -82,9 +82,9 @@ jobs:
8282
- name: Set up Gradle
8383
uses: gradle/actions/setup-gradle@ac396bf1a80af16236baf54bd7330ae21dc6ece5 # v6
8484

85-
- name: Start containerized server and dependencies
85+
- name: Start CLI server
8686
env:
87-
TEMPORAL_CLI_VERSION: 1.6.1-server-1.31.0-151.0
87+
TEMPORAL_CLI_VERSION: 1.7.0
8888
run: |
8989
wget -O temporal_cli.tar.gz https://github.com/temporalio/cli/releases/download/v${TEMPORAL_CLI_VERSION}/temporal_cli_${TEMPORAL_CLI_VERSION}_linux_amd64.tar.gz
9090
tar -xzf temporal_cli.tar.gz

0 commit comments

Comments
 (0)