Skip to content

Commit 8861070

Browse files
Test suite 3.2 upgrade (#552)
1 parent 0795b7a commit 8861070

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/test-services-java image
107107
run: ./gradlew -Djib.console=plain :test-services:jibDockerBuild
108108

109-
- name: Run test tool 3.1
110-
uses: restatedev/sdk-test-suite@v3.1
109+
- name: Run test tool
110+
uses: restatedev/sdk-test-suite@v3.2
111111
with:
112112
envVars: ${{ inputs.envVars }}
113113
testArtifactOutput: ${{ inputs.testArtifactOutput != '' && inputs.testArtifactOutput || 'sdk-java-integration-test-report' }}

0 commit comments

Comments
 (0)