Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add Windows CI Tests #173

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

Merged
merged 9 commits into from
Mar 28, 2025
Merged

Add Windows CI Tests #173

merged 9 commits into from
Mar 28, 2025

Conversation

ncalteen
Copy link
Collaborator

This PR tweaks the CI/CD workflows to add tests for Windows runners. This should help alleviate OS-specific issues that are encountered.

@ncalteen ncalteen self-assigned this Mar 28, 2025
@Copilot Copilot AI review requested due to automatic review settings March 28, 2025 15:52
Copy link

@Copilot 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 adds Windows CI tests by updating several workflow job configurations to use an OS matrix, helping to detect OS-specific issues. Key changes include:

  • Refactoring job definitions for TypeScript and JavaScript ESM templates to run on both Ubuntu and Windows.
  • Updating the yarn job to use corepack for dependency management.
  • Enhancing continuous-delivery workflow triggers with additional path filters.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/continuous-integration.yml Updates job configurations to include OS matrix tests and corepack usage for yarn
.github/workflows/continuous-delivery.yml Adds path filtering to workflow triggers
Comments suppressed due to low confidence (1)

.github/workflows/continuous-integration.yml:290

  • The 'typescript-esm-yarn' job is still configured to use only Ubuntu. If the goal is to add Windows tests universally, update this job to use a strategy matrix that includes both 'ubuntu-latest' and 'windows-latest'.
runs-on: ubuntu-latest

Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more

@ncalteen ncalteen merged commit 1183b82 into main Mar 28, 2025
12 of 13 checks passed
@ncalteen ncalteen deleted the ncalteen/windows branch March 28, 2025 15:54
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.

1 participant