Skip to content

Commit 677d892

Browse files
Remove e2e repo tests (#449)
1 parent 5451ca5 commit 677d892

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,3 @@ jobs:
7575
# A snapshot MUST not be published with latest tag (omitting --tag defaults to latest) to avoid users to install snapshot releases
7676
# when using npm install
7777
npm publish --workspaces true --tag dev --access public --include-workspace-root false
78-
79-
e2e:
80-
permissions:
81-
contents: read
82-
issues: read
83-
checks: write
84-
pull-requests: write
85-
actions: read
86-
secrets: inherit
87-
needs: build
88-
uses: restatedev/e2e/.github/workflows/e2e.yaml@main
89-
with:
90-
sdkTypescriptCommit: ${{ github.event.pull_request.head.sha || github.sha }}
91-
e2eRef: main

0 commit comments

Comments
 (0)