diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 607ffab8..3c25cd1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,3 +30,16 @@ jobs: path: restatedev-restate-sdk.tgz retention-days: 1 if-no-files-found: error + e2e: + permissions: + contents: read + issues: read + checks: write + pull-requests: write + actions: read + secrets: inherit + needs: build + uses: restatedev/e2e/.github/workflows/e2e.yaml@main + with: + sdkTypescriptCommit: ${{ github.event.pull_request.head.sha || github.sha }} + e2eRef: main