Skip to content

Bump dependencies, fix integration tests #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

Conversation

Ilanaya
Copy link
Collaborator

@Ilanaya Ilanaya commented Jul 29, 2025

No description provided.

Ilanaya added 3 commits July 29, 2025 23:57
Previously pinned @vscode/test-electron package errored when downloading latest stable vscode build. Updating it as suggested in the comment fixes the issue - microsoft/vscode-test#255 (comment)

* Updated @vscode/test-electron to the latest available version
* Remove @vscode/test-electron version patch
* Remove useless log in integration/runTests.ts
Integration tests are now fixed and can be included in pipeline.

This reverts commit 44e45b1.
@@ -231,5 +231,5 @@
"runTest": false
}
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
"packageManager": "pnpm@10.13.1"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zardoy Why did you choose this specific pnpm build?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use corepack. Core pack automatically adds this field when any pnpm command is run. This was the latest pnpm build at that time

Comment on lines +32 to +34
- uses: GabrielBB/[email protected]
with:
run: pnpm integration-test
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reverted the commit where you deleted the integration tests from the pipeline (see 774358a)

I think we should either delete integration tests entirely or add them to the pipeline.

@Ilanaya Ilanaya marked this pull request as draft July 29, 2025 21:57
@zardoy
Copy link
Owner

zardoy commented Jul 29, 2025

Agree, doesn't really matter what way we go here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants