We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e1507 commit 1133e80Copy full SHA for 1133e80
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@v4.0
+ uses: restatedev/e2e/sdk-tests@v1.0
139
with:
140
envVars: ${{ inputs.envVars }}
141
testArtifactOutput: ${{ inputs.testArtifactOutput != '' && inputs.testArtifactOutput || 'sdk-java-integration-test-report' }}
0 commit comments