Skip to content

Parallelize Some CICD#325

Merged
lbedner merged 1 commit intomainfrom
parallelize-some-cicd
Nov 25, 2025
Merged

Parallelize Some CICD#325
lbedner merged 1 commit intomainfrom
parallelize-some-cicd

Conversation

@lbedner
Copy link
Copy Markdown
Owner

@lbedner lbedner commented Nov 25, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 25, 2025 04:07
@lbedner lbedner self-assigned this Nov 25, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the test-template-engines CI job to run tests for different template engines (cookiecutter and copier) in parallel using GitHub Actions matrix strategy, reducing overall CI execution time.

  • Introduces a matrix strategy with engine: [cookiecutter, copier] to parallelize template engine tests
  • Sets fail-fast: false to ensure both engine tests complete even if one fails
  • Consolidates two sequential test steps into a single parameterized step using matrix variables

@lbedner lbedner merged commit 5ffab72 into main Nov 25, 2025
16 checks passed
@lbedner lbedner deleted the parallelize-some-cicd branch November 25, 2025 04:12
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 this pull request may close these issues.

2 participants