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 9abb9d8 commit 3286fe8Copy full SHA for 3286fe8
.github/workflows/test.yml
@@ -30,3 +30,8 @@ jobs:
30
path: restatedev-restate-sdk.tgz
31
retention-days: 1
32
if-no-files-found: error
33
+ e2e:
34
+ needs: build
35
+ uses: restatedev/e2e/.github/workflows/e2e.yml@main
36
+ with:
37
+ sdkTypescriptCommit: ${{ github.sha }}
0 commit comments