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 9109fce commit 1132d6eCopy full SHA for 1132d6e
1 file changed
.github/workflows/integration.yaml
@@ -135,7 +135,7 @@ jobs:
135
136
- name: Run test tool
137
continue-on-error: ${{ inputs.continueOnError == 'true' }}
138
- uses: restatedev/sdk-test-suite@v3.3
+ uses: restatedev/sdk-test-suite@v3.4
139
with:
140
envVars: ${{ inputs.envVars }}
141
testArtifactOutput: ${{ inputs.testArtifactOutput != '' && inputs.testArtifactOutput || 'sdk-java-integration-test-report' }}
0 commit comments