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

Separate Tests and CI into Different Workflows #8

Closed
Daniel-Boll opened this issue Oct 7, 2023 · 0 comments · Fixed by #13
Closed

Separate Tests and CI into Different Workflows #8

Daniel-Boll opened this issue Oct 7, 2023 · 0 comments · Fixed by #13
Assignees
Labels
deployment good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@Daniel-Boll
Copy link
Owner

To improve the organization and manageability of our automation processes, it's proposed to separate tests and Continuous Integration (CI) into distinct workflows. Currently, they are intertwined, making it hard to isolate issues and manage them independently. This separation will allow for more precise control and easier troubleshooting of each process.

Acceptance Criteria:

  • Create a dedicated workflow for running tests, ensuring all tests are covered.
  • Create a separate workflow for CI processes, such as build, lint, and deployment.
  • Update any necessary documentation to reflect the changes in workflow setup.
  • Ensure both workflows are correctly triggered on relevant events (e.g., push, pull request).
  • Verify that both workflows operate correctly independently and in conjunction with each other.
  • Create a PR with the new workflow files and updated documentation.

Additional Context:

Separating tests and CI into different workflows will not only improve the organization but also the clarity and manageability of our automation processes, making it easier to maintain and troubleshoot the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
1 participant