-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add build tests for Frontend / Backend to CI (GitHub Actions) #247
Comments
Could I work on this issue? |
@having-dlrow Sure! This seems to be a good issue to understand CodePair's CI! |
Add tests for backend failed. I plan to add tasks as shown below.
2-1. Test Fail Log
For more detailed error information, please refer to https://github.com/having-dlrow/codepair/actions/runs/10114844891. I think there are three possible solutions:
Using GitHub secrets to inject values.
if anyone has other solutions or opinions, I would be grateful to hear them. |
@having-dlrow How about we only add build test to this issue and create a new issue for the test environment? I also have a idea. |
@having-dlrow |
What would you like to be added:
Currently, our CI setup using GitHub Actions does not include build tests for both Frontend and Backend applications, making it difficult to determine if the build is successful or not.
To improve the CI pipeline, it is recommended to add build tests for both the Frontend and Backend applications. This will allow us to validate the build process and catch any potential errors early on.
Why is this needed:
Adding build tests for both the Frontend and Backend applications in our CI pipeline will help ensure the stability and quality of our codebase. It will provide a more comprehensive testing environment and help prevent issues from being deployed to production.
The text was updated successfully, but these errors were encountered: