Skip to content

Commit 3b74bc0

Browse files
authored
Use suite 2.4 (#444)
1 parent f19f538 commit 3b74bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
- name: Build restatedev/java-test-services image
107107
run: ./gradlew -Djib.console=plain :test-services:jibDockerBuild
108108

109-
- name: Run test tool 2.3
110-
uses: restatedev/sdk-test-suite@v2.3
109+
- name: Run test tool 2.4
110+
uses: restatedev/sdk-test-suite@v2.4
111111
with:
112112
envVars: ${{ inputs.envVars }}
113113
testArtifactOutput: ${{ inputs.testArtifactOutput != '' && inputs.testArtifactOutput || 'sdk-java-integration-test-report' }}

0 commit comments

Comments
 (0)