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 5451ca5 commit 677d892Copy full SHA for 677d892
.github/workflows/test.yml
@@ -75,17 +75,3 @@ jobs:
75
# A snapshot MUST not be published with latest tag (omitting --tag defaults to latest) to avoid users to install snapshot releases
76
# when using npm install
77
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