Skip to content

Commit 3286fe8

Browse files
committed
Call e2e workflow on test
1 parent 9abb9d8 commit 3286fe8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ jobs:
3030
path: restatedev-restate-sdk.tgz
3131
retention-days: 1
3232
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

Comments
 (0)