Skip to content

Commit d3b3456

Browse files
committed
ci: run build before plugin test
1 parent 14fe64d commit d3b3456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
run_install: |
2828
args: [--frozen-lockfile, --strict-peer-dependencies]
2929
- run: pnpm lint
30-
- run: pnpm test-plugin
3130
- run: pnpm vscode-utils prepareFrameworkBuild
3231
- run: pnpm build
32+
- run: pnpm test-plugin
3333
# - uses: GabrielBB/[email protected]
3434
# with:
3535
# run: pnpm integration-test

0 commit comments

Comments
 (0)