-
Notifications
You must be signed in to change notification settings - Fork 109
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
Integrating a ci pipeline into the project #27
Comments
I agree, and for the testing ci I think there's some errors with |
@b0iq Are you running the example site? It's quite annoying currently, for me it was 3 terminals, one running the liveserver, one watching to build the package, and one that was running the tests when the package changed 😤 |
Yeah, me too, I'm running three terminals just like you and I did install playwright but it keeps failing 🤬 |
@b0iq Which of the tests are failing for you? |
Test cloud be easily automated. Even running the example site (even tough I think leerobs pr to add vercel should have done it?) Anyways: 👍 |
What about integrating a ci pipeline into the project?
In this way, we could automate the process of checking that the new changes are breaking the codebase or not.
I think that a Github Actions pipeline would fit well here.
The text was updated successfully, but these errors were encountered: