Skip to content

Commit 877692d

Browse files
committed
[skip ci] skip integration testing for now
1 parent 6f54ab5 commit 877692d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- run: pnpm vscode-utils prepareFrameworkBuild
3030
- run: pnpm build
3131
- run: pnpm test-plugin
32-
- uses: GabrielBB/[email protected]
33-
with:
34-
run: pnpm integration-test
32+
# - uses: GabrielBB/[email protected]
33+
# with:
34+
# run: pnpm integration-test

.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 unit-test
3131
- run: pnpm vscode-utils prepareFrameworkBuild
3232
- run: pnpm build
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 }}

0 commit comments

Comments
 (0)