Skip to content

Commit 104cb81

Browse files
committed
ci: don't test at release as we're already doing it during PR checks
1 parent afe38d9 commit 104cb81

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
run_install: |
2828
args: [--frozen-lockfile, --strict-peer-dependencies]
2929
- run: pnpm lint
30-
- run: pnpm vscode-utils prepareFrameworkBuild
31-
- run: pnpm build
32-
- run: pnpm test-plugin
33-
- uses: GabrielBB/[email protected]
34-
with:
35-
run: pnpm integration-test
3630
- run: pnpx zardoy-release vscode-extension
3731
env:
3832
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)