We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19f538 commit 3b74bc0Copy full SHA for 3b74bc0
.github/workflows/integration.yaml
@@ -106,8 +106,8 @@ jobs:
106
- name: Build restatedev/java-test-services image
107
run: ./gradlew -Djib.console=plain :test-services:jibDockerBuild
108
109
- - name: Run test tool 2.3
110
- uses: restatedev/sdk-test-suite@v2.3
+ - name: Run test tool 2.4
+ uses: restatedev/sdk-test-suite@v2.4
111
with:
112
envVars: ${{ inputs.envVars }}
113
testArtifactOutput: ${{ inputs.testArtifactOutput != '' && inputs.testArtifactOutput || 'sdk-java-integration-test-report' }}
0 commit comments