Skip to content

Commit f406cc9

Browse files
Test Suite v3.1 (#545)
1 parent 665f394 commit f406cc9

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

0 commit comments

Comments
 (0)