-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can't build the project and run the tests following CONTRIBUTING.md #7870
Comments
@kdy1 how do you run all tests in this project? Is the command correct in the documentation? I'm trying to figure out if I'm doing something wrong or if its my environment |
Well, I don't run all tests at once by myself. I recommend taking a look at the CI script |
This is slightly related: #7877 |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Describe the bug
I can't build and successfully execute all the tests in the project when following the documentation here: https://github.com/swc-project/swc/blob/main/CONTRIBUTING.md
My environment:
I start by cloning this repository.
next I navigate into the folder and run
next in the documentation it tells to run yarn and I noticed the lockfile is for v3 so I change the yarn version using command
Then I run
yarn
as recommended in the doc.Next I set the env vars.
and run:
then I run the following command to execute all the tests:
but that command fails. Here is full log:
I have tested that commands
yarn build
andyarn test
pass, but I would like to be able to run all the tests as recommended in the doc.Input code
No response
Config
No response
Playground link
No response
Expected behavior
The CONTRIBUTING.md provides simple easy to follow steps to get started after a clean checkout
Actual behavior
No response
Version
main
Additional context
No response
The text was updated successfully, but these errors were encountered: