Skip to content

Commit 774358a

Browse files
committed
Revert "remove integration testing as we have unit testing"
Integration tests are now fixed and can be included in pipeline. This reverts commit 44e45b1.
1 parent 723787d commit 774358a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
# if command with timeout already failed on unix, Windows job will be cancelled
3030
- run: pnpm test-plugin
3131
if: ${{ runner.os == 'Windows' }}
32+
- uses: GabrielBB/[email protected]
33+
with:
34+
run: pnpm integration-test
3235
- run: cd out && npx @vscode/vsce package --out ../extension.vsix
3336
- name: Archive production artifacts
3437
uses: actions/upload-artifact@v4

CONTRIBUTING.MD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ To start the VS Code plugin extension locally for developing:
3131

3232
#### Unit Tests
3333

34-
> Note: currently project doesn't use integration testing so you can ignore `integration` folder
35-
3634
They are in `typescript/test` and using vitest, so they faster than integration. Feel free to add new tests here. But note that most of tests are completion tests, but I do hope to add more types tests in the future.
3735

3836
To launch them run `pnpm test-plugin`.

0 commit comments

Comments
 (0)