File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - main
99 schedule :
10- - cron : ' 0 */6 * * *' # Every 6 hours
10+ - cron : " 0 */6 * * *" # Every 6 hours
1111 workflow_dispatch :
1212 inputs :
1313 restateCommit :
14- description : ' restate commit'
14+ description : " restate commit"
1515 required : false
16- default : ' '
16+ default : " "
1717 type : string
1818 restateImage :
19- description : ' restate image, superseded by restate commit'
19+ description : " restate image, superseded by restate commit"
2020 required : false
21- default : ' ghcr.io/restatedev/restate:main'
21+ default : " ghcr.io/restatedev/restate:main"
2222 type : string
2323 workflow_call :
2424 inputs :
2525 restateCommit :
26- description : ' restate commit'
26+ description : " restate commit"
2727 required : false
28- default : ' '
28+ default : " "
2929 type : string
3030 restateImage :
31- description : ' restate image, superseded by restate commit'
31+ description : " restate image, superseded by restate commit"
3232 required : false
33- default : ' ghcr.io/restatedev/restate:main'
33+ default : " ghcr.io/restatedev/restate:main"
3434 type : string
3535
3636jobs :
37-
3837 sdk-test-suite :
3938 if : github.repository_owner == 'restatedev'
4039 runs-on : ubuntu-latest
@@ -106,7 +105,7 @@ jobs:
106105 cache-to : type=gha,mode=max,scope=${{ github.workflow }}
107106
108107 - name : Run test tool
109- uses : restatedev/sdk-test-suite@v3.2
108+ uses : restatedev/sdk-test-suite@v3.4
110109 with :
111110 restateContainerImage : ${{ inputs.restateCommit != '' && 'localhost/restatedev/restate-commit-download:latest' || (inputs.restateImage != '' && inputs.restateImage || 'ghcr.io/restatedev/restate:main') }}
112111 serviceContainerImage : " restatedev/rust-test-services"
You can’t perform that action at this time.
0 commit comments