-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: add rsdoctor UT test #69
Conversation
tests/rsdoctor.ts
Outdated
@@ -7,10 +7,8 @@ export async function test(options: RunOptions) { | |||
repo: 'web-infra-dev/rsdoctor', | |||
branch: process.env.RSDOCTOR ?? 'main', | |||
beforeTest: async () => { | |||
cd('./e2e') |
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.
need to remove the imported cd
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.
done~ there also have some ci error because of the version of ubuntu.
@jerrykingxyz There are many errors in this ci, and rsdoctor ci is still the problem of Ubuntu 24. Do you want to lock the Ubuntu version here? |
Sure, the rspack repo is locked to Ubuntu version 22.04, and you can use the same configuration in this repo. https://github.com/web-infra-dev/rspack/blob/main/.github/workflows/ecosystem-ci.yml#L131 |
80c8628
to
e692d13
Compare
feat: add rsdoctor UT test