We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db60f3 commit 2598773Copy full SHA for 2598773
1 file changed
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
report_paths: "**/build/test-results/test/TEST-*.xml"
61
62
unit_test_jdk8:
63
- name: Unit test with docker service [JDK8]
+ name: Unit test with CLI
64
runs-on: ubuntu-latest-16-cores
65
timeout-minutes: 30
66
steps:
@@ -82,9 +82,9 @@ jobs:
82
- name: Set up Gradle
83
uses: gradle/actions/setup-gradle@ac396bf1a80af16236baf54bd7330ae21dc6ece5 # v6
84
85
- - name: Start containerized server and dependencies
+ - name: Start CLI server
86
env:
87
- TEMPORAL_CLI_VERSION: 1.6.1-server-1.31.0-151.0
+ TEMPORAL_CLI_VERSION: 1.7.0
88
run: |
89
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
90
tar -xzf temporal_cli.tar.gz
0 commit comments