Skip to content
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

[SETUP] - Set Up CI/CD Pipeline for Code Linting, Testing, Building, and Deployment #150

Open
6 of 10 tasks
sahsisunny opened this issue Aug 8, 2024 · 0 comments · May be fixed by #183
Open
6 of 10 tasks

[SETUP] - Set Up CI/CD Pipeline for Code Linting, Testing, Building, and Deployment #150

sahsisunny opened this issue Aug 8, 2024 · 0 comments · May be fixed by #183

Comments

@sahsisunny
Copy link
Contributor

Issue Description

We need to set up a CI/CD pipeline to automate code linting, testing, building, and deployment processes for our project. This will ensure consistent quality and streamline the development workflow.

Expected Behavior

When the CI/CD pipeline is in place, it should automatically:

  • Lint the code to ensure it follows the coding standards.
  • Run all the tests to verify the code works as expected.
  • Build the project to prepare it for deployment.
  • Deploy the build to the production environment (when changes are merged into the main branch).

Current Behavior

Currently, code linting, testing, building, and deployment are done manually. This can lead to inconsistencies and delays in the development process.

Screenshots

N/A

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

  1. Push code changes to the repository.
  2. Create a pull request.
  3. Merge changes into the main branch.

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

The CI/CD pipeline should include:

  • Code linting using npm run lint.
  • Running tests using npm test.
  • Building the project using npm run build.
  • Deploying the build to the production server.

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.

Thank you for contributing to our project! We appreciate your help in improving it.

@sahsisunny sahsisunny pinned this issue Aug 8, 2024
@vinit717 vinit717 mentioned this issue Oct 3, 2024
10 tasks
@ssxdev ssxdev linked a pull request Oct 16, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant