Skip to content

Commit c7397b5

Browse files
committed
Bump sdk-test-suite to v3.4
1 parent 2f88794 commit c7397b5

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/integration.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,33 @@ on:
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

3636
jobs:
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"

0 commit comments

Comments
 (0)