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

Divide Workflow into Build and Test Workflows #80

Merged
merged 3 commits into from
Dec 17, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Dec 17, 2023

This pull request divides the ci.yaml workflow into two separate workflows, namely build.yaml and test.yaml. Additionally, it separates the steps for checking code formatting in the test-project job into a new check-project job. The steps are also renamed to use uppercase names for clarity. This addresses and closes #70.

@threeal threeal self-assigned this Dec 17, 2023
@threeal threeal added the ci label Dec 17, 2023
@threeal threeal added this to the Version 1.0.0 milestone Dec 17, 2023
@threeal threeal changed the title Separate Build and Test Workflow Divide Workflow into Build and Test Workflows Dec 17, 2023
@threeal threeal marked this pull request as ready for review December 17, 2023 08:15
@threeal threeal merged commit 71dc7f5 into main Dec 17, 2023
3 checks passed
@threeal threeal deleted the separate-build-and-test-workflows branch December 17, 2023 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate Workflow for Build and Test
1 participant