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 73c42d9 commit 9109fceCopy full SHA for 9109fce
.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.2
+ uses: restatedev/sdk-test-suite@v3.3
139
with:
140
envVars: ${{ inputs.envVars }}
141
testArtifactOutput: ${{ inputs.testArtifactOutput != '' && inputs.testArtifactOutput || 'sdk-java-integration-test-report' }}
0 commit comments