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 0795b7a commit 8861070Copy full SHA for 8861070
.github/workflows/integration.yaml
@@ -106,8 +106,8 @@ jobs:
106
- name: Build restatedev/test-services-java image
107
run: ./gradlew -Djib.console=plain :test-services:jibDockerBuild
108
109
- - name: Run test tool 3.1
110
- uses: restatedev/sdk-test-suite@v3.1
+ - name: Run test tool
+ uses: restatedev/sdk-test-suite@v3.2
111
with:
112
envVars: ${{ inputs.envVars }}
113
testArtifactOutput: ${{ inputs.testArtifactOutput != '' && inputs.testArtifactOutput || 'sdk-java-integration-test-report' }}
0 commit comments