Skip to content

Commit 9e03573

Browse files
committed
ci: experimentally enable integration tests on prs
1 parent 67e5e8b commit 9e03573

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- run: pnpm vscode-utils prepareFrameworkBuild
3131
- run: pnpm build
3232
- run: pnpm test-plugin
33-
# - uses: GabrielBB/[email protected]
34-
# with:
35-
# run: pnpm integration-test
33+
- uses: GabrielBB/[email protected]
34+
with:
35+
run: pnpm integration-test
3636
- run: pnpx zardoy-release vscode-extension
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

buildTsPlugin.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ await buildTsPlugin('typescript', undefined, undefined, {
66
watch,
77
logLevel: 'info',
88
sourcemap: watch,
9+
enableBrowser: true,
910
banner: {
1011
js: 'let ts',
1112
// js: 'const log = (...args) => console.log(...args.map(a => JSON.stringify(a)))',

0 commit comments

Comments
 (0)