-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: develop
Are you sure you want to change the base?
Conversation
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" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
- uses: GabrielBB/[email protected] | ||
with: | ||
run: pnpm integration-test |
There was a problem hiding this comment.
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.
Agree, doesn't really matter what way we go here |
No description provided.